diff options
author | lizi <li.zi30@zte.com.cn> | 2017-10-09 18:22:08 +0800 |
---|---|---|
committer | lizi <li.zi30@zte.com.cn> | 2017-10-09 18:22:08 +0800 |
commit | 4605804565f30d3f7b5c2e424bc9b208196ae6ee (patch) | |
tree | e0d213f11d9cc3cf0ea7941c10d71909816f182f /distribution/src | |
parent | 21a786551c1c7b2f7e742ae2cee9b29926c9885c (diff) |
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 <li.zi30@zte.com.cn>
Diffstat (limited to 'distribution/src')
-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 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"; |