Skip to content

Instantly share code, notes, and snippets.

@cedricvidal
Created November 7, 2012 10:18
Show Gist options
  • Save cedricvidal/4030721 to your computer and use it in GitHub Desktop.
Save cedricvidal/4030721 to your computer and use it in GitHub Desktop.
JMX Remote Unsecured
-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