Files
koo.taejin 1e22afd8c5 [noissue] change version
(1.6.1 -> 1.6.2-SNAPSHOT)
2017-04-26 13:53:17 +09:00
..
2017-01-23 14:44:43 +09:00
2017-04-26 13:53:17 +09:00
2017-01-26 16:55:17 +09:00

Pinpoint Resin plugin configuration

Resin 3.x Configuration

We currently do not support Resin 3.x.

Resin 4.x Configuration

Add the following options to the configuration in /conf/resin.xml:

<jvm-arg>-javaagent:$PINPOINT_AGENT_HOME/pinpoint-bootstrap-$PINPOINT_VERSION.jar</jvm-arg>
<jvm-arg>-Dpinpoint.agentId=$AGENT_ID</jvm-arg>
<jvm-arg>-Dpinpoint.applicationName=$APPLICATION_NAME</jvm-arg>

Add the following option to the configuration under in /config/resin.xml:

<library-loader path="$PINPOINT_AGENT_HOME/plugin"/>