diff options
author | lizi <li.zi30@zte.com.cn> | 2017-09-30 15:01:14 +0800 |
---|---|---|
committer | lizi <li.zi30@zte.com.cn> | 2017-09-30 15:01:14 +0800 |
commit | 21a786551c1c7b2f7e742ae2cee9b29926c9885c (patch) | |
tree | eec331ed2031c31699a0f7740c4d5df1ac2cafee /distribution/src/main | |
parent | f88509cc81960669e96202f91274666370290a20 (diff) |
start the tomcat at front end
Change-Id: I360ef178183473b923d6a57fe95fc226c256b0b2
Issue-ID: AAI-407
Signed-off-by: lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'distribution/src/main')
-rw-r--r-- | distribution/src/main/assembly/startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |