Remove bashishm from ARTEMIS-318 example
This commit is contained in:
parent
beae4265a2
commit
50dcb136ab
|
@ -28,7 +28,7 @@ JAVA_ARGS="-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -X
|
||||||
#
|
#
|
||||||
# There might be options that you only want to enable on specifc commands, like setting a JMX port
|
# There might be options that you only want to enable on specifc commands, like setting a JMX port
|
||||||
# See https://issues.apache.org/jira/browse/ARTEMIS-318
|
# See https://issues.apache.org/jira/browse/ARTEMIS-318
|
||||||
#if [ "$1" == "run" ]; then
|
#if [ "$1" = "run" ]; then
|
||||||
# JAVA_ARGS="$JAVA_ARGS -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
|
# JAVA_ARGS="$JAVA_ARGS -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue