summaryrefslogtreecommitdiffstats
path: root/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh')
-rwxr-xr-xrubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh
new file mode 100755
index 00000000..ea4b57a0
--- /dev/null
+++ b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+cd /bottlenecks/rubbos/rubbos_scripts/1-1-1
+source set_bottlenecks_rubbos_env.sh
+
+echo "CONFIGURING TOMCAT on $HOSTNAME"
+
+cp $OUTPUT_HOME/tomcat_conf/server.xml-$HOSTNAME $CATALINA_HOME/conf/server.xml
+
+echo "DONE CONFIGURING TOMCAT on $HOSTNAME"