...
Press "Control-C" to stop Cassandra. If you start up Cassandra without "-f" option, it runs in the background, so you need to kill the process to stop.
Instruct WSO2 MB to Use External Cassandra Server
Code Block | ||
---|---|---|
| ||
<clustering>
<enabled>false</enabled>
<OnceInOrderSupportEnabled>false</OnceInOrderSupportEnabled>
<!--Are we running an External Cassandra server ? true|false-->
<externalCassandraServerRequired>true</externalCassandraServerRequired>
<!--Are we running an External Zookeeper server ? true|false -->
<!--externalZookeeperServerRequired>false</externalZookeeperServerRequired--> |
Point WSO2 MB to Cassandra
...