Skip to content

Instantly share code, notes, and snippets.

@veysby
Last active December 10, 2015 20:08
Show Gist options
  • Save veysby/d5e6c9abf3b8209230ae to your computer and use it in GitHub Desktop.
Save veysby/d5e6c9abf3b8209230ae to your computer and use it in GitHub Desktop.
SH: JMX options for Java applications
JMX_OPTS="-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote"
JMX_OPTS="$JMX_OPTS -Dcom.sun.management.jmxremote.authenticate=false"
JMX_OPTS="$JMX_OPTS -Dcom.sun.management.jmxremote.port=1100"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment