d6c2ac7b268dc7f71552687c889c31f5a2d53298
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / TOMCAT1_stop.sh
1 #!/bin/bash
2
3 cd /bottlenecks/rubbos/rubbos_scripts/1-1-1
4 source set_bottlenecks_rubbos_env.sh
5
6 echo "STOPPING TOMCAT on $HOSTNAME"
7
8 cd $CATALINA_HOME/bin
9 ./shutdown.sh
10
11 echo "TOMCAT IS STOPPED on $HOSTNAME"
12
13