Repository: stratos Updated Branches: refs/heads/master efe67ad99 -> 2b7a104cd
Add -Dthrift.client.config.file.path to the puppet lb module Stratos.sh.erb Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2b7a104c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2b7a104c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2b7a104c Branch: refs/heads/master Commit: 2b7a104cd629cd52d1fd21698c052077c88363da Parents: efe67ad Author: Gayan Gunarathne <[email protected]> Authored: Sun Jun 7 10:40:02 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Sun Jun 7 10:40:02 2015 +0530 ---------------------------------------------------------------------- tools/puppet3/modules/lb/templates/bin/stratos.sh.erb | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/2b7a104c/tools/puppet3/modules/lb/templates/bin/stratos.sh.erb ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/lb/templates/bin/stratos.sh.erb b/tools/puppet3/modules/lb/templates/bin/stratos.sh.erb index 8fff18a..d98f6f9 100644 --- a/tools/puppet3/modules/lb/templates/bin/stratos.sh.erb +++ b/tools/puppet3/modules/lb/templates/bin/stratos.sh.erb @@ -300,6 +300,7 @@ do -Djava.security.egd=file:/dev/./urandom \ -Dfile.encoding=UTF8 \ -Djndi.properties.dir="$CARBON_HOME/repository/conf" \ + -Dthrift.client.config.file.path="$CARBON_HOME/repository/conf/thrift-client-config.xml" \ -Dwso2.loadbalancer=true \ -Djsse.enableSNIExtension=false \ org.wso2.carbon.bootstrap.Bootstrap $*
