Created
September 10, 2013 02:47
-
-
Save zhongwm/6504401 to your computer and use it in GitHub Desktop.
java opts for jmx connection, visualvm connection.
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
JAVA_OPTS="-Dcom.sun.management.jmxremote.port=9777 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment