From 585f81b9436e137c3ed784d9a91efa9e6e792e03 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 23 Nov 2009 05:25:33 +0000 Subject: Refactored httpd server integration, split http support and server logic in two modules. Added functions to load component implementations packaged as dynamic libraries. Minor monad code cleanup, converted cast operators to separate functions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883249 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/test/store-script/store-http-test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sca-cpp/trunk/test/store-script/store-http-test') diff --git a/sca-cpp/trunk/test/store-script/store-http-test b/sca-cpp/trunk/test/store-script/store-http-test index 551731e856..d04eab8a6c 100755 --- a/sca-cpp/trunk/test/store-script/store-http-test +++ b/sca-cpp/trunk/test/store-script/store-http-test @@ -20,7 +20,8 @@ echo "Testing..." # Setup -../../modules/http/httpd-conf tmp 8093 htdocs +../../modules/http/httpd-conf tmp 8090 htdocs +../../modules/server/server-conf tmp cat >>tmp/conf/httpd.conf < @@ -62,7 +63,7 @@ apachectl -k start -d `pwd`/tmp sleep 1 # Test HTTP GET -curl http://localhost:8093/store.html 2>/dev/null >tmp/store.html +curl http://localhost:8090/store.html 2>/dev/null >tmp/store.html diff tmp/store.html htdocs/store.html rc=$? -- cgit v1.2.3