From: lizi Date: Mon, 9 Oct 2017 10:22:08 +0000 (+0800) Subject: Change esr-gui start way. X-Git-Tag: v1.0.0~11^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4605804565f30d3f7b5c2e424bc9b208196ae6ee;p=aai%2Fesr-gui.git Change esr-gui start way. Change the esr-gui start from back-end to front end. Change-Id: I2391804d58cc5740f5073e0c241f0896337f293d 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 6a262fe..b1d4d2c 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/catalina.sh run echo "### Starting esr-gui end";