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:
f88509c
)
start the tomcat at front end
29/16729/1
author
lizi
<li.zi30@zte.com.cn>
Sat, 30 Sep 2017 07:01:14 +0000
(15:01 +0800)
committer
lizi
<li.zi30@zte.com.cn>
Sat, 30 Sep 2017 07:01:14 +0000
(15:01 +0800)
Change-Id: I360ef178183473b923d6a57fe95fc226c256b0b2
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
6929ef1
..
6a262fe
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/startup.sh
echo "### Starting esr-gui end";