summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-cluster/start
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 03:18:20 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 03:18:20 +0000
commitcd59eb1d7f5b1134ca249e205423387973e9b745 (patch)
tree81983d3f66ce14cdac1e7076004b0a804ba6e78e /sca-cpp/trunk/samples/store-cluster/start
parenta2a2cb76e9582af32b6803be7fa99af074dc04ae (diff)
Fix invocation of ip-redirect commands as they need sudo to execute.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026940 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/start')
-rwxr-xr-xsca-cpp/trunk/samples/store-cluster/start4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/start b/sca-cpp/trunk/samples/store-cluster/start
index 3b8cc673e7..5f233135b3 100755
--- a/sca-cpp/trunk/samples/store-cluster/start
+++ b/sca-cpp/trunk/samples/store-cluster/start
@@ -72,8 +72,8 @@ sleep 1
../../modules/http/httpd-start tmp/proxy2
# Redirect traffic from port 80 to proxy1
-#../../ubuntu/ip-redirect-all 80 8091
+#sudo ../../ubuntu/ip-redirect-all 80 8091
# Redirect traffic from port 80 to proxy2
-#../../ubuntu/ip-redirect-all 80 8092
+#sudo ../../ubuntu/ip-redirect-all 80 8092