Changing the JVM startup order

application-manager-new
sinthuja 8 years ago
parent 15a4f4dd4f
commit 3349db1757

@ -36,9 +36,9 @@ PRGDIR=`dirname "$PRG"`
sh "$CARBON_HOME/broker/bin/wso2server.sh" $* & sh "$CARBON_HOME/broker/bin/wso2server.sh" $* &
sleep 10 sleep 10
sh "$CARBON_HOME/core/bin/wso2server.sh" $* &
sleep 20
sh "$CARBON_HOME/analytics/bin/wso2server.sh" $* & sh "$CARBON_HOME/analytics/bin/wso2server.sh" $* &
sleep 20
sh "$CARBON_HOME/core/bin/wso2server.sh" $* &
if [ ! -z "$*" ]; then if [ ! -z "$*" ]; then
exit; exit;

Loading…
Cancel
Save