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 …

Java Agent Installation: Enable APM+ for Tomcat (6, 7, 8)

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) Locate the catalina.sh file and add: # Stackify Java APM+ CATALINA_OPTS=”$CATALINA_OPTS -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar” Restart the Tomcat service …

AWS Installation: Linux AWS Elastic Beanstalk (Tomcat)

Install for AWS Elastic Beanstalk (Tomcat) Instructions on how to install the Retrace Linux Agent and Java APM on AWS Elastic Beanstalk. Installing Stackify Linux Agent Create a new file named stackify.config in your application’s .ebextensions folder. Learn More about .ebextensions. Add the following to your stackify.config file: Replace [INSERT ACTIVATION KEY] with your activation key value. Optionally you can …