Instrument Resin 4.x

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