From bd76aa29d2df9104d6989d6aa7b81dc3db1d455c Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 11 Apr 2010 03:13:15 +0000 Subject: Add test scripts to test the WSGI integration on the GAE SDK. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932833 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/wsgi/wsgi-start | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sca-cpp/trunk/modules/wsgi/wsgi-start') diff --git a/sca-cpp/trunk/modules/wsgi/wsgi-start b/sca-cpp/trunk/modules/wsgi/wsgi-start index 92606d5094..d020f3da14 100755 --- a/sca-cpp/trunk/modules/wsgi/wsgi-start +++ b/sca-cpp/trunk/modules/wsgi/wsgi-start @@ -19,8 +19,10 @@ # Start WSGI server here=`readlink -f $0`; here=`dirname $here` -port=$1 +root=`readlink -f $1` +port=$2 python_prefix=`cat $here/../python/python.prefix` +cd $root $python_prefix/bin/python composite.py $port & -- cgit v1.2.3