Code Review
/
aai
/
esr-gui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
21a7865
)
Change esr-gui start way.
27/17627/1
author
lizi
<li.zi30@zte.com.cn>
Mon, 9 Oct 2017 10:22:08 +0000
(18:22 +0800)
committer
lizi
<li.zi30@zte.com.cn>
Mon, 9 Oct 2017 10:22:08 +0000
(18:22 +0800)
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>
distribution/src/main/assembly/startup.sh
patch
|
blob
|
history
diff --git
a/distribution/src/main/assembly/startup.sh
b/distribution/src/main/assembly/startup.sh
index
6a262fe
..
b1d4d2c
100644
(file)
--- 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";