From 3349db17577c1b7f59772abc4a22adfcfa81f851 Mon Sep 17 00:00:00 2001 From: sinthuja Date: Thu, 10 Nov 2016 21:37:34 +0530 Subject: [PATCH] Changing the JVM startup order --- modules/distribution/src/resources/bin/start-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/distribution/src/resources/bin/start-all.sh b/modules/distribution/src/resources/bin/start-all.sh index 3926f8bf..21031a5e 100644 --- a/modules/distribution/src/resources/bin/start-all.sh +++ b/modules/distribution/src/resources/bin/start-all.sh @@ -36,9 +36,9 @@ PRGDIR=`dirname "$PRG"` sh "$CARBON_HOME/broker/bin/wso2server.sh" $* & sleep 10 -sh "$CARBON_HOME/core/bin/wso2server.sh" $* & -sleep 20 sh "$CARBON_HOME/analytics/bin/wso2server.sh" $* & +sleep 20 +sh "$CARBON_HOME/core/bin/wso2server.sh" $* & if [ ! -z "$*" ]; then exit;