diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml index 85aed34b26..755162e305 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml @@ -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> |