1

How to disable embedded cassandra comes with WSO2 BAM. I should not be able to connect to it from Cassandra explorer using localhost:9160

I would like to configure it to external clustered cassandra instance as per article - BAM external cassandra

Erick Ramirez
  • 13,964
  • 1
  • 18
  • 23
Madhup Srivastava
  • 446
  • 1
  • 6
  • 18

1 Answers1

2

You can start the server with following system property to disable startup.

sh wso2server.sh -Ddisable.cassandra.server.startup=true
Shelan Perera
  • 1,753
  • 1
  • 11
  • 10