Updated Branches: refs/heads/master edcee0321 -> fee25c8ad
Fixing LB starting issue Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/fee25c8a Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/fee25c8a Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/fee25c8a Branch: refs/heads/master Commit: fee25c8ad4bf45d99eb4c0d35c32cc7a6b870b46 Parents: edcee03 Author: Lahiru Sandaruwan <[email protected]> Authored: Wed Jan 15 14:05:42 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Wed Jan 15 14:05:42 2014 +0530 ---------------------------------------------------------------------- products/load-balancer/modules/distribution/src/main/bin/stratos.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fee25c8a/products/load-balancer/modules/distribution/src/main/bin/stratos.sh ---------------------------------------------------------------------- diff --git a/products/load-balancer/modules/distribution/src/main/bin/stratos.sh b/products/load-balancer/modules/distribution/src/main/bin/stratos.sh index 77f7a91..cc3318f 100644 --- a/products/load-balancer/modules/distribution/src/main/bin/stratos.sh +++ b/products/load-balancer/modules/distribution/src/main/bin/stratos.sh @@ -285,6 +285,7 @@ do -Dcarbon.registry.root=/ \ -Djava.command="$JAVACMD" \ -Dcarbon.home="$CARBON_HOME" \ + -Dloadbalancer.conf.file="$CARBON_HOME/repository/conf/loadbalancer.conf" \ -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager \ -Dcarbon.config.dir.path="$CARBON_HOME/repository/conf" \ -Djava.util.logging.config.file="$CARBON_HOME/repository/conf/etc/logging-bridge.properties" \
