Skip to content

Instantly share code, notes, and snippets.

@bulain
Created March 14, 2012 03:26
Show Gist options
  • Save bulain/2033794 to your computer and use it in GitHub Desktop.
Save bulain/2033794 to your computer and use it in GitHub Desktop.
start java application with jmx
#windows
-Dcom.sun.management.jmxremote.port=7101
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
#linux
-Djava.rmi.server.hostname=192.168.0.190
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=7101
-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