Skip to content

Instantly share code, notes, and snippets.

@jardineworks
Last active August 29, 2015 14:26
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 jardineworks/97b9ca43312a581151c2 to your computer and use it in GitHub Desktop.
Save jardineworks/97b9ca43312a581151c2 to your computer and use it in GitHub Desktop.
# Added for Arquillian support
JMX_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=8099 -Dcom.sun.management.jmxremote.ssl=false"
CATALINA_OPTS="${CATALINA_OPTS} ${JMX_OPTS}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment