mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@2151 84d0f5b1-2673-498c-a247-62c4ff18d310
15 lines
581 B
Plaintext
15 lines
581 B
Plaintext
|
|
#
|
|
# add below JVM options to TOMCAT-HOME/bin/catalina.sh
|
|
#
|
|
if [ "$1" != "stop" ] ; then
|
|
PINPOINT_AGENT_HOME="/home1/irteam/apps/pinpoint/agent"
|
|
PINPOINT_VERSION="0.0.3-SNAPSHOT"
|
|
JAVA_OPTS="$JAVA_OPTS -javaagent:$PINPOINT_AGENT_HOME/pinpoint-bootstrap-$PINPOINT_VERSION.jar -Dpinpoint.agentId=YOUR-UNIQUE-AGENT-ID -Dpinpoint.applicationName=YOUR-APPLICATION-NAME"
|
|
fi
|
|
|
|
-Dcom.sun.management.jmxremote
|
|
-Dcom.sun.management.jmxremote.port=9991
|
|
-Dcom.sun.management.jmxremote.local.only=false
|
|
-Dcom.sun.management.jmxremote.authenticate=false
|
|
-Dcom.sun.management.jmxremote.ssl=false |