AppDynamics Application Intelligence Platform
3.8.x Documentation
The AppDynamics Java App Server Agent bootstraps using the javaagent command line option. Mule ESB 3.X or later uses a Tanuki configuration environment. To add the AppDynamics App Agent for Java to your Mule ESB environment, add this option to the Tanuki Service wrapper.conf file.
1. Open the wrapper.conf file.
2. Use the wrapper.java.additional.<n> property to add the javaagent option.
3. On Linux systems, in the <MULE_HOME>/conf/wrapper.conf file, add the following
wrapper.java.additional.4=-javaagent:"/Users/hbrien/Software/mule-enterprise-standalone-3.3.1/app_agent/javaagent.jar wrapper.java.additional.4.stripquotes=TRU wrapper.java.additional.X=-javaagent:"/opt/app_agent/javaagent.jar wrapper.java.additional.X.stripquotes=TRUE
Where "X" is a unique integer among the other properties in the file.