mirror of https://github.com/apache/cassandra
Add example jmx auth file location
Patch by Peter Halliday, reviewed by brandonwilliams for CASSANDRA-6286
This commit is contained in:
parent
b0b168f069
commit
b78617b226
|
|
@ -243,4 +243,5 @@ JVM_OPTS="$JVM_OPTS -Djava.net.preferIPv4Stack=true"
|
||||||
JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.port=$JMX_PORT"
|
JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.port=$JMX_PORT"
|
||||||
JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl=false"
|
JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl=false"
|
||||||
JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false"
|
JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false"
|
||||||
|
#JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.password.file=/etc/cassandra/jmxremote.password"
|
||||||
JVM_OPTS="$JVM_OPTS $JVM_EXTRA_OPTS"
|
JVM_OPTS="$JVM_OPTS $JVM_EXTRA_OPTS"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue