You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/10/18 12:58:19 UTC

svn commit: r1023737 - /tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml

Author: antelder
Date: Mon Oct 18 10:58:19 2010
New Revision: 1023737

URL: http://svn.apache.org/viewvc?rev=1023737&view=rev
Log:
Comment out domain uri config but still need to sort out what we do for domain support in 2.x

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml?rev=1023737&r1=1023736&r2=1023737&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml Mon Oct 18 10:58:19 2010
@@ -29,10 +29,12 @@
     <param-value>/WEB-INF/sca-contributions</param-value>
   </context-param>
 
+<!-- TODO: need to sort out what to do about distributed domain
   <context-param>
     <param-name>org.apache.tuscany.sca.config</param-name>
     <param-value>uri:default</param-value>
   </context-param>
+-->
 
   <filter>
     <filter-name>tuscany</filter-name>