The Java Agent bootstraps use the javaagent command-line option. Add this option to the Tanuki Service wrapper.conf file.

Configure the Tanuki Service Wrapper

  1. Open the wrapper.conf file to edit.
  2. Add a wrapper.java.additional property that contains the javaagent option with the location of the Java Agent JAR file. For example:

    wrapper.java.additional.6=-javaagent:C://agent//javaagent.jar
    CODE