mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
17 lines
679 B
Plaintext
17 lines
679 B
Plaintext
|
|
#
|
|
# add below JVM options to TOMCAT-HOME/bin/catalina.sh
|
|
#
|
|
|
|
# pinpoint agent configuration
|
|
PINPOINT_AGENT_HOME="/home1/irteam/apps/pinpoint/current"
|
|
PINPOINT_AGENT_ID="Your Agent name (max 24)"
|
|
PINPOINT_APPLICATION_NAME="Your application name (max 24)"
|
|
CATALINA_OPTS="$CATALINA_OPTS -javaagent:$PINPOINT_AGENT_HOME/pinpoint-bootstrap-`cat $PINPOINT_AGENT_HOME/VERSION`.jar -Dpinpoint.agentId=$PINPOINT_AGENT_ID -Dpinpoint.applicationName=$PINPOINT_APPLICATION_NAME"
|
|
|
|
|
|
-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 |