Skip to content

Commit fd03145

Browse files
Update java-standalone-arguments.md
Minor edits
1 parent 0dc77fa commit fd03145

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 04/16/2020
1212

1313
## Azure environments
1414

15-
Configure [App Services](https://docs.microsoft.com/azure/app-service/configure-language-java#set-java-runtime-options)
15+
Configure [App Services](https://docs.microsoft.com/azure/app-service/configure-language-java#set-java-runtime-options).
1616

1717
## Spring Boot
1818

@@ -23,7 +23,7 @@ java -javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.jar -jar <myapp.
2323
```
2424

2525
> [!NOTE]
26-
> Note: Args placed after `-jar <myapp.jar>` are passed to the app as program args
26+
> Args placed after `-jar <myapp.jar>` are passed to the app as program args.
2727
2828

2929
## Tomcat 8 (Linux)
@@ -156,7 +156,7 @@ Add `-javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.jar` to the exis
156156
## WebSphere 8
157157

158158
Open Management Console
159-
go to **servers > WebSphere application servers > Application servers**, choose the appropriate application servers and click on :
159+
go to **servers > WebSphere application servers > Application servers**, choose the appropriate application servers and click on:
160160

161161
```
162162
Java and Process Management > Process definition > Java Virtual Machine
@@ -173,4 +173,4 @@ After that, save and restart the application server.
173173
Create a new file `jvm.options` in the server directory (for example `<openliberty>/usr/servers/defaultServer`), and add this line:
174174
```
175175
-javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.jar
176-
```
176+
```

0 commit comments

Comments
 (0)