966c2f8bb2e0b476316b059067a12ce87b96e135
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / TOMCAT1_configure.sh
1 #!/bin/bash
2
3 cd /bottlenecks/rubbos/rubbos_scripts/1-1-1
4 source set_bottlenecks_rubbos_env.sh
5
6 echo "CONFIGURING TOMCAT on $HOSTNAME"
7
8 cp $OUTPUT_HOME/tomcat_conf/server.xml $CATALINA_HOME/conf/server.xml
9
10 echo "DONE CONFIGURING TOMCAT on $HOSTNAME"