Repository: stratos Updated Branches: refs/heads/master 99d48ab98 -> f5c4c8e84
Adding read.write.lock.monitor.enabled system property to stratos.sh file Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f5c4c8e8 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f5c4c8e8 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f5c4c8e8 Branch: refs/heads/master Commit: f5c4c8e84e53aa4237982dd62977118848df3948 Parents: 04b8b25 Author: Imesh Gunaratne <[email protected]> Authored: Wed Jun 24 16:07:54 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Wed Jun 24 16:08:06 2015 +0530 ---------------------------------------------------------------------- products/stratos/modules/distribution/src/bin/stratos.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/f5c4c8e8/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 67c8722..874eef0 100755 --- a/products/stratos/modules/distribution/src/bin/stratos.sh +++ b/products/stratos/modules/distribution/src/bin/stratos.sh @@ -302,6 +302,7 @@ do -Djndi.properties.dir="$CARBON_HOME/repository/conf" \ -Dthrift.client.config.file.path="$CARBON_HOME/repository/conf/thrift-client-config.xml" \ -Dstratos.component.startup.synchronizer.enabled=true \ + -Dread.write.lock.monitor.enabled=false \ org.wso2.carbon.bootstrap.Bootstrap $* status=$? done
