Skip to content

Commit 6b25921

Browse files
committed
FIx tone and clarity
1 parent eefbf7e commit 6b25921

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/app/java-standalone-arguments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Configure [App Services](../../app-service/configure-language-java.md#set-java-r
1616

1717
## Spring Boot
1818

19-
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).
2020

2121
## Tomcat 8 (Linux)
2222

@@ -94,7 +94,7 @@ Add `-javaagent:path/to/applicationinsights-agent-3.3.0.jar` to the existing `jv
9494
...
9595
```
9696

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`:
9898

9999
```xml
100100
...
@@ -116,7 +116,7 @@ If you are running multiple managed servers on a single host, you will need to a
116116
...
117117
```
118118

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.
120120

121121

122122
## Jetty 9
@@ -153,7 +153,7 @@ Go to **servers > WebSphere application servers > Application servers**, choose
153153
```
154154
Java and Process Management > Process definition > Java Virtual Machine
155155
```
156-
In "Generic JVM arguments" add the following:
156+
In "Generic JVM arguments" add the following JVM argument:
157157
```
158158
-javaagent:path/to/applicationinsights-agent-3.3.0.jar
159159
```
@@ -169,4 +169,4 @@ Create a new file `jvm.options` in the server directory (for example `<openliber
169169

170170
## Others
171171

172-
Please see your application server documentation on how to add JVM args.
172+
See your application server documentation on how to add JVM args.

0 commit comments

Comments
 (0)