Installation Resin

If you are using the Resin application server you can integrated inspectIT via the JVM arguments that are passed to the server. Open the cluster-default.xml file in the [RESIN_HOME]/config folder and add the inspectIT setup in the server configuration part:

   <!-- defaults for each server, i.e. JVM -->
    <server-default>
      <jvm-arg-line>${jvm_args}</jvm-arg-line>
      <jvm-arg-line>-javaagent:[INSPECTIT_AGENT_HOME]/inspectit-agent.jar</jvm-arg-line>
      <jvm-arg-line>-Dinspectit.repository=[REPOSIOTRY_IP]:[REPOSITORY_PORT]</jvm-arg-line>
      <jvm-arg-line>-Dinspectit.agent.name=[AGENT_DISPLAY_NAME]</jvm-arg-line>