start the tomcat at front end 29/16729/1
authorlizi <li.zi30@zte.com.cn>
Sat, 30 Sep 2017 07:01:14 +0000 (15:01 +0800)
committerlizi <li.zi30@zte.com.cn>
Sat, 30 Sep 2017 07:01:14 +0000 (15:01 +0800)
Change-Id: I360ef178183473b923d6a57fe95fc226c256b0b2
Issue-ID: AAI-407
Signed-off-by: lizi <li.zi30@zte.com.cn>
distribution/src/main/assembly/startup.sh

index 6929ef1..6a262fe 100644 (file)
@@ -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";