Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "RunningCassandraInEclipse" page has been changed by ManuZhang:
http://wiki.apache.org/cassandra/RunningCassandraInEclipse?action=diff&rev1=38&rev2=39

  
  Make sure to change the storage-config property so it defines the path to 
your storage-conf.xml file.
  
- Add the following JMX configurations if you want to use nodetool
+ Add the following VM arguments if you want to use nodetool
  {{{
- -Djava.rmi.server.hostname=jmx_host
+ -Djava.rmi.server.hostname=$JMX_HOST
- -Dcom.sun.management.jmxremote.port=7199
+ -Dcom.sun.management.jmxremote.port=$JMX_PORT
  -Dcom.sun.management.jmxremote.ssl=false
  -Dcom.sun.management.jmxremote.authenticate=false
  }}} 
+ 
+ replace $JMX_HOST and $JMX_PORT with your own configurations.
  
  That should be it. After running the newly created run configuration you 
should see something like this in the console view.
  

Reply via email to