Created
April 27, 2012 11:25
-
-
Save wataru420/2508516 to your computer and use it in GitHub Desktop.
visualVMのためのJMX設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| monitorRole readonly | |
| controlRole readwrite |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| monitorRole tomcat | |
| controlRole tomcat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -Dcom.sun.management.jmxremote.port=3333 | |
| -Dcom.sun.management.jmxremote.ssl=false | |
| -Dcom.sun.management.jmxremote.authenticate=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -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