Skip to content

Instantly share code, notes, and snippets.

@lanwen
Created February 15, 2018 10:51
Show Gist options
  • Save lanwen/3a0e0a77e77a0be9011cf81132ed8f35 to your computer and use it in GitHub Desktop.
Save lanwen/3a0e0a77e77a0be9011cf81132ed8f35 to your computer and use it in GitHub Desktop.
-Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=9999 \
-Dcom.sun.management.jmxremote.authenticate=false \
-Dcom.sun.management.jmxremote.ssl=false \
-Dcom.sun.management.jmxremote.local.only=false \
-Djava.rmi.server.hostname=localhost \
-Dcom.sun.management.jmxremote.rmi.port=9999 

service:jmx:rmi:///jndi/rmi://localhost:9999/jmxrmi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment