Instrument Resin 4.x
- To install the Java Agent into Resin => 4.X, edit the
./conf/resin.xmlfile and add:<jvm-arg>-Xmx512m</jvm-arg> <jvm-arg>-javaagent:<agent_home>/javaagent.jar</jvm-arg> - Restart the application server for the changes to take effect.