문제

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

도움이 되었습니까?

해결책

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

sh wso2server.sh -Ddisable.cassandra.server.startup=true
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top