Last active
August 29, 2015 14:26
-
-
Save jardineworks/97b9ca43312a581151c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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