disabling cassandra server start up
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5ff37bc8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5ff37bc8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5ff37bc8 Branch: refs/heads/master Commit: 5ff37bc89d061b8f325d6dec0edc5d0937f664eb Parents: fe9c024 Author: Nirmal Fernando <[email protected]> Authored: Fri Mar 21 19:46:52 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Fri Mar 21 19:46:52 2014 +0530 ---------------------------------------------------------------------- products/stratos/modules/distribution/src/bin/stratos.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ff37bc8/products/stratos/modules/distribution/src/bin/stratos.sh ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/bin/stratos.sh b/products/stratos/modules/distribution/src/bin/stratos.sh index 77f7a91..eda3730 100755 --- a/products/stratos/modules/distribution/src/bin/stratos.sh +++ b/products/stratos/modules/distribution/src/bin/stratos.sh @@ -298,6 +298,7 @@ do -Dorg.terracotta.quartz.skipUpdateCheck=true \ -Djava.security.egd=file:/dev/./urandom \ -Dfile.encoding=UTF8 \ + -Ddisable.cassandra.server.startup=true \ -Djndi.properties.dir="$CARBON_HOME/repository/conf" \ org.wso2.carbon.bootstrap.Bootstrap $* status=$?
