Java on Windows Agent Installation: Enable APM+ for Jetty (8, 9)

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: Jetty Installation (8.x, 9.x) Command Line Adjust jetty start command to include -javaagent: java -javaagent:”[APM JAR LOCATION]” -jar %JETTY_HOME/start.jar To see …

Java Agent Installation: Enable APM+ for Jetty (8, 9)

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: Jetty Installation (8.x, 9.x) Locate the jetty.sh file and add: # Stackify Java APM+ JAVA_OPTIONS=”$JAVA_OPTIONS -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar” Restart Jetty To see a …