Skip to content

Instantly share code, notes, and snippets.

@wataru420
Created April 27, 2012 11:25
Show Gist options
  • Select an option

  • Save wataru420/2508516 to your computer and use it in GitHub Desktop.

Select an option

Save wataru420/2508516 to your computer and use it in GitHub Desktop.
visualVMのためのJMX設定
monitorRole readonly
controlRole readwrite
monitorRole tomcat
controlRole tomcat
-Dcom.sun.management.jmxremote.port=3333
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=3333
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=true
-Dcom.sun.management.jmxremote.password.file=/usr/local/tomcat/conf/jmxremote.password
-Dcom.sun.management.jmxremote.access.file=/usr/local/tomcat/conf/jmxremote.access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment