AppDynamics Application Intelligence Platform
3.8.x Documentation
The AppDynamics Java App Server Agent bootstraps using the javaagent command line option. Add this option to your jetty.sh file.
1. Open the jetty.sh start script file.
2. Add the following javaagent argument to the beginning of the script.
java -javaagent:/<agent_home>/javaagent.jar
If you are a Self-Service Trial user, add the App Agent for Java javaagent argument to your JVM start script where <my-app-jvm1> is the name you use for the application running on that JVM.
-javaagent:<agent_home>/javaagent.jar=uniqueID=<my-app-jvm1>
3. Save the script file.
4. Restart the application server for the changes to take effect.