Skip to content

Instantly share code, notes, and snippets.

@andreacfm
Created September 30, 2010 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreacfm/605207 to your computer and use it in GitHub Desktop.
Save andreacfm/605207 to your computer and use it in GitHub Desktop.
jvm args to enable jmx support
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9001 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment