Author: antelder
Date: Fri Apr 23 11:29:19 2010
New Revision: 937254
URL: http://svn.apache.org/viewvc?rev=937254&view=rev
Log:
Update helloworld webapp sample to start a distributed domain
Modified:
tuscany/sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml
Modified:
tuscany/sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml?rev=937254&r1=937253&r2=937254&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml
(original)
+++
tuscany/sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml
Fri Apr 23 11:29:19 2010
@@ -29,10 +29,10 @@
<param-value>/embeddedContributions</param-value>
</context-param>
- <init-param>
- <param-name>contributions</param-name>
- <param-value>/embeddedContributions</param-value>
- </init-param>
+ <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>