diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/stop')
-rwxr-xr-x | sca-cpp/trunk/samples/store-cluster/stop | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/stop b/sca-cpp/trunk/samples/store-cluster/stop index 9df37dc948..d3d29f9cb2 100755 --- a/sca-cpp/trunk/samples/store-cluster/stop +++ b/sca-cpp/trunk/samples/store-cluster/stop @@ -17,11 +17,18 @@ # specific language governing permissions and limitations # under the License. +../../components/sqldb/pgsql-stop tmp/server2 +../../components/sqldb/pgsql-stop tmp/server3 +../../components/sqldb/pgsql-stop tmp/server1 + ../../modules/http/httpd-stop tmp/server1 ../../modules/http/httpd-stop tmp/server2 ../../modules/http/httpd-stop tmp/server3 + ../../modules/http/httpd-stop tmp/proxy1 ../../modules/http/httpd-stop tmp/proxy2 + ../../components/cache/memcached-stop 11211 ../../components/cache/memcached-stop 11212 ../../components/cache/memcached-stop 11213 + |