Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit d663f51

Browse files
authored
Another tweak to Tomcat Windows service instructions
1 parent 6486501 commit d663f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdi/get-data-in/application/java/instrumentation/java-servers-instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Add the path to the JVM agent to your Tomcat or TomEE startup script:
139139
140140
set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:"<Drive>:\path\to\splunk-otel-javaagent.jar"
141141
142-
.. note:: The setenv.bat script is not used when running Tomcat as a Windows service. Instead, run the ``tomcat<version>w.exe`` utility as Administrator, and then add the ``-javaagent`` argument to the list of Java Options.
142+
.. note:: When running Tomcat as a Windows service, the setenv.bat script is not used. To add the Java agent to your Tomcat Windows service, run the tomcat<version-number>w.exe utility as an administrator, then add the ``-javaagent`` argument to the list of :guilabel:`Java Options`.
143143

144144
.. _weblogic-javaagent:
145145

0 commit comments

Comments
 (0)