From 4605804565f30d3f7b5c2e424bc9b208196ae6ee Mon Sep 17 00:00:00 2001
From: lizi
Date: Mon, 9 Oct 2017 18:22:08 +0800
Subject: 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
---
distribution/src/main/assembly/startup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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";
--
cgit 1.2.3-korg