summaryrefslogtreecommitdiffstats
path: root/deliveries/configure-and-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deliveries/configure-and-run.sh')
-rwxr-xr-xdeliveries/configure-and-run.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/deliveries/configure-and-run.sh b/deliveries/configure-and-run.sh
deleted file mode 100755
index 5c2b2f46..00000000
--- a/deliveries/configure-and-run.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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