Change esr-gui start way. 27/17627/1
authorlizi <li.zi30@zte.com.cn>
Mon, 9 Oct 2017 10:22:08 +0000 (18:22 +0800)
committerlizi <li.zi30@zte.com.cn>
Mon, 9 Oct 2017 10:22:08 +0000 (18:22 +0800)
Change the esr-gui start from back-end to front end.

Change-Id: I2391804d58cc5740f5073e0c241f0896337f293d
Issue-ID: AAI-407
Signed-off-by: lizi <li.zi30@zte.com.cn>
distribution/src/main/assembly/startup.sh

index 6a262fe..b1d4d2c 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/catalina.sh run
 echo "### Starting esr-gui end";