Last Updated: February 25, 2016
·
593
· mpriess

Enable JMX JBoss

Append the following lines at the top of run.sh

Enable JMX remote

JAVAOPTS="$JAVAOPTS -Dcom.sun.management.jmxremote.port=1337"
JAVAOPTS="$JAVAOPTS -Dcom.sun.management.jmxremote.authenticate=false"
JAVAOPTS="$JAVAOPTS -Dcom.sun.management.jmxremote.ssl=false"