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
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/java-agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To use the Java agent, you install it on your server. Your web apps must be inst
36
36
37
37
## Install the Application Insights agent for Java
38
38
1. On the machine running your Java server, [download the agent](https://github.com/Microsoft/ApplicationInsights-Java/releases/latest). Please ensure to download the same version of Java Agent as Application Insights Java SDK core and web packages.
39
-
2. Edit the application server startup script, and add the following JVM arg:
39
+
2. Edit the application server startup script, and add the following JVM argument:
2. Put `ApplicationInsights.xml` file in the resources folder
142
+
2. Put `ApplicationInsights.xml` file in the resources folder:
143
143
144
144
```XML
145
145
<?xml version="1.0" encoding="utf-8"?>
@@ -272,5 +272,5 @@ Add the following binding code to the configuration file:
272
272
273
273
## Next steps
274
274
275
-
* To learn more about Micrometer, refer to the official [Micrometer documentation](https://micrometer.io/docs).
276
-
* To learn about Spring on Azure, refer to the official [Spring on Azure documentation](https://docs.microsoft.com/java/azure/spring-framework/?view=azure-java-stable).
275
+
* To learn more about Micrometer, see the official [Micrometer documentation](https://micrometer.io/docs).
276
+
* To learn about Spring on Azure, see the official [Spring on Azure documentation](https://docs.microsoft.com/java/azure/spring-framework/?view=azure-java-stable).
0 commit comments