Created
November 7, 2012 10:18
-
-
Save cedricvidal/4030721 to your computer and use it in GitHub Desktop.
JMX Remote Unsecured
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=<bind_port> | |
-Dcom.sun.management.jmxremote.authenticate=false | |
-Dcom.sun.management.jmxremote.ssl=false | |
-Djava.rmi.server.hostname=<host_bind_ip> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment