From 21a786551c1c7b2f7e742ae2cee9b29926c9885c Mon Sep 17 00:00:00 2001
From: lizi
Date: Sat, 30 Sep 2017 15:01:14 +0800
Subject: start the tomcat at front end
Change-Id: I360ef178183473b923d6a57fe95fc226c256b0b2
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 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";
--
cgit 1.2.3-korg