diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml index 5b1b8e6ebb..ee2bd05604 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml @@ -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> |