You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please read the Spring Boot documentation [here](../app/java-in-process-agent.md).
19
+
Read the Spring Boot documentation [here](../app/java-in-process-agent.md).
20
20
21
21
## Tomcat 8 (Linux)
22
22
@@ -94,7 +94,7 @@ Add `-javaagent:path/to/applicationinsights-agent-3.3.0.jar` to the existing `jv
94
94
...
95
95
```
96
96
97
-
If you are running multiple managed servers on a single host, you will need to add `applicationinsights.agent.id` to the `system-properties` for each `server`:
97
+
If you're running multiple managed servers on a single host, you will need to add `applicationinsights.agent.id` to the `system-properties` for each `server`:
98
98
99
99
```xml
100
100
...
@@ -116,7 +116,7 @@ If you are running multiple managed servers on a single host, you will need to a
116
116
...
117
117
```
118
118
119
-
The specified `applicationinsights.agent.id` value must be unique. It is used to create a subdirectory under the applicationinsights directory, as each JVM process needs its own local applicationinsights config and local applicationinsights log file. Also, if reporting to the central collector, the `applicationinsights.properties` file is shared by the multiple managed servers, and so the specified `applicationinsights.agent.id` is needed to override the `agent.id` setting in that shared file. `applicationinsights.agent.rollup.id` can be similarly specified in the server's `system-properties` if you need to override the `agent.rollup.id` setting per managed server.
119
+
The specified `applicationinsights.agent.id` value must be unique. It's used to create a subdirectory under the application insights directory, as each JVM process needs its own local application insights config and local application insights log file. Also, if reporting to the central collector, the `applicationinsights.properties` file is shared by the multiple managed servers, and so the specified `applicationinsights.agent.id` is needed to override the `agent.id` setting in that shared file. `applicationinsights.agent.rollup.id` can be similarly specified in the server's `system-properties` if you need to override the `agent.rollup.id` setting per managed server.
120
120
121
121
122
122
## Jetty 9
@@ -153,7 +153,7 @@ Go to **servers > WebSphere application servers > Application servers**, choose
153
153
```
154
154
Java and Process Management > Process definition > Java Virtual Machine
155
155
```
156
-
In "Generic JVM arguments" add the following:
156
+
In "Generic JVM arguments" add the following JVM argument:
0 commit comments