You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/02/28 14:13:36 UTC

svn commit: r512748 - /incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/startserver.sh

Author: robbinspg
Date: Wed Feb 28 05:13:35 2007
New Revision: 512748

URL: http://svn.apache.org/viewvc?view=rev&rev=512748
Log:
Set PYTHONPATH before starting httpd

Modified:
    incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/startserver.sh

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/startserver.sh
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/startserver.sh?view=diff&rev=512748&r1=512747&r2=512748
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/startserver.sh (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/startserver.sh Wed Feb 28 05:13:35 2007
@@ -32,6 +32,7 @@
 echo "Using SDO installed at $TUSCANY_SDOCPP"
 
 export LD_LIBRARY_PATH=$TUSCANY_SCACPP/extensions/python/lib:$TUSCANY_SCACPP/extensions/ruby/lib:$TUSCANY_SCACPP/lib:$TUSCANY_SDOCPP/lib:$LD_LIBRARY_PATH
+export PYTHONPATH=$TUSCANY_SCACPP/extensions/python/lib:$PYTHONPATH
 
 export TUSCANY_SCACPP_ROOT=$APFULLDIR/../
 export TUSCANY_SCACPP_BASE_URI=http://localhost:9090



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org