Skip to content

Instantly share code, notes, and snippets.

@pete911
Last active April 8, 2017 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pete911/4564505 to your computer and use it in GitHub Desktop.
Save pete911/4564505 to your computer and use it in GitHub Desktop.
monitoring tomcat
https://wiki.internet2.edu/confluence/display/CPD/Monitoring+Tomcat+with+JMX
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8999
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Djava.rmi.server.hostname=localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment