From: lizi
Date: Sat, 30 Sep 2017 07:01:14 +0000 (+0800)
Subject: start the tomcat at front end
X-Git-Tag: v1.0.0~12^2
X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=21a786551c1c7b2f7e742ae2cee9b29926c9885c;p=aai%2Fesr-gui.git
start the tomcat at front end
Change-Id: I360ef178183473b923d6a57fe95fc226c256b0b2
Issue-ID: AAI-407
Signed-off-by: lizi
---
diff --git a/distribution/src/main/assembly/startup.sh b/distribution/src/main/assembly/startup.sh
index 6929ef1..6a262fe 100644
--- a/distribution/src/main/assembly/startup.sh
+++ b/distribution/src/main/assembly/startup.sh
@@ -25,5 +25,5 @@ if [ ! -d "$RUNHOME/tomcat/logs" ]; then
fi
export CATALINA_HOME=$RUNHOME/tomcat
export CATALINA_BASE=$RUNHOME/tomcat
-$RUNHOME/tomcat/bin/startup.sh &
+$RUNHOME/tomcat/bin/startup.sh
echo "### Starting esr-gui end";