File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ms.date: 04/16/2020
12
12
13
13
## Azure environments
14
14
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 ) .
16
16
17
17
## Spring Boot
18
18
@@ -23,7 +23,7 @@ java -javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.jar -jar <myapp.
23
23
```
24
24
25
25
> [ !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.
27
27
28
28
29
29
## Tomcat 8 (Linux)
@@ -156,7 +156,7 @@ Add `-javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.jar` to the exis
156
156
## WebSphere 8
157
157
158
158
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:
160
160
161
161
```
162
162
Java and Process Management > Process definition > Java Virtual Machine
@@ -173,4 +173,4 @@ After that, save and restart the application server.
173
173
Create a new file ` jvm.options ` in the server directory (for example ` <openliberty>/usr/servers/defaultServer ` ), and add this line:
174
174
```
175
175
-javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.jar
176
- ```
176
+ ```
You can’t perform that action at this time.
0 commit comments