You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2012/09/12 03:21:17 UTC

[Cassandra Wiki] Update of "RunningCassandraInEclipse" by ManuZhang

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=37&rev2=38

  }}}
  
  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
+ {{{
+ -Djava.rmi.server.hostname=jmx_host
+ -Dcom.sun.management.jmxremote.port=7199
+ -Dcom.sun.management.jmxremote.ssl=false
+ -Dcom.sun.management.jmxremote.authenticate=false
+ }}} 
  
  That should be it. After running the newly created run configuration you should see something like this in the console view.