Java on Windows Agent Installation: Enable APM+ for WildFly (10)

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: WildFly Installation (10.x) Command Line Locate the standalone.conf.bat file and add: set “JAVA_OPTS=%JAVA_OPTS% -javaagent:[APM JAR LOCATION]” To see a list of …

Java on Windows Agent Installation: Enable APM+ for Glassfish 4

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: Glassfish Installation (4.x) Command Line Add the following line to the java-config section to domain.xml: <jvm-options>-javaagent:”[APM JAR LOCATION]”</jvm-options> To see …

Java on Windows Agent Installation: Enable APM+ for WebSphere Liberty (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 in the corresponding file for WebSphere Liberty: WebSphere Liberty Installation Command Line Create WEBSPHERE/usr/servers/SERVER/jvm.options with contents of: -javaagent:”[APM JAR LOCATION]”

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 on Windows Agent Installation: Enable APM+ for JBoss AS 7

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: JBoss AS Installation (7.x) Command Line Locate the standalone.conf.bat file and add: set “JAVA_OPTS=%JAVA_OPTS% -javaagent:[APM JAR LOCATION] To see a …

Java on Windows Agent Installation: Enable APM+ for Tomcat (6, 7, 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: Tomcat Installation (6.x, 7.x, 8.x, 9.x) Command Line Locate the catalina.bat file and add: set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:”[APM JAR LOCATION] Restart the …