Author: eevans
Date: Mon May 31 14:31:15 2010
New Revision: 949754
URL: http://svn.apache.org/viewvc?rev=949754&view=rev
Log:
update launch args in debian init script post-971
Patch by eevans
Modified:
cassandra/trunk/debian/init
Modified: cassandra/trunk/debian/init
URL:
http://svn.apache.org/viewvc/cassandra/trunk/debian/init?rev=949754&r1=949753&r2=949754&view=diff
==============================================================================
--- cassandra/trunk/debian/init (original)
+++ cassandra/trunk/debian/init Mon May 31 14:31:15 2010
@@ -82,8 +82,7 @@ do_start()
-cp `classpath` \
-Xmx$JVM_MAX_MEM \
-Xms$JVM_START_MEM \
- -Dcassandra \
- -Dstorage-config=$CONFDIR \
+ -Dlog4j.configuration=log4j-server.properties \
-Dcom.sun.management.jmxremote.port=8080 \
-Dcom.sun.management.jmxremote.ssl=false \
-Dcom.sun.management.jmxremote.authenticate=false \