mirror of https://github.com/apache/cassandra
merged w/ 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@940576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac08dfee92
commit
cca000dae2
|
|
@ -87,6 +87,7 @@ do_start()
|
|||
-Dcom.sun.management.jmxremote.port=8080 \
|
||||
-Dcom.sun.management.jmxremote.ssl=false \
|
||||
-Dcom.sun.management.jmxremote.authenticate=false \
|
||||
$JVM_EXTRA_OPTS \
|
||||
org.apache.cassandra.thrift.CassandraDaemon
|
||||
|
||||
if ! is_running; then return 2; fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue