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/06/26 01:52:09 UTC

[Cassandra Wiki] Trivial Update of "Operations" by DonPatterson

Dear Wiki user,

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

The "Operations" page has been changed by DonPatterson:
http://wiki.apache.org/cassandra/Operations?action=diff&rev1=101&rev2=102

Comment:
Spelling and format error

   * Download mx4j-tools.jar from http://mx4j.sourceforge.net/
   * Add mx4j-tools.jar to the classpath (e.g. under lib/)
   * Start cassandra
-  * In the log you should see a message such as HttpAtapter started on port 8081
+  * In the log you should see a message such as
+    * {{{
+ HttpAdaptor version 3.0.2 started on port 8081
+ }}}
   * To choose a different port (8081 is the default) or a different listen address (0.0.0.0 is not the default) edit conf/cassandra-env.sh and uncomment #MX4J_ADDRESS="-Dmx4jaddress=0.0.0.0" and #MX4J_PORT="-Dmx4jport=8081"
  
  Now browse to http://cassandra:8081/ and use the HTML interface.