diff options
Diffstat (limited to 'deliveries/configure-and-run.sh')
-rw-r--r-- | deliveries/configure-and-run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deliveries/configure-and-run.sh b/deliveries/configure-and-run.sh new file mode 100644 index 00000000..cb515765 --- /dev/null +++ b/deliveries/configure-and-run.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +LOGFILE=/opt/apache-tomcat-8.0.37/logs/catalina.out +echo "`date`:<-------------------- Starting -------------------->" >> $LOGFILE +exec /opt/apache-tomcat-8.0.37/bin/catalina.sh run 2>&1 | tee -a $LOGFILE
\ No newline at end of file |