summaryrefslogtreecommitdiffstats
path: root/collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml b/collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml
index 53cb501c40..f961c69db6 100644
--- a/collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml
+++ b/collaboration/wink-helloworld-sca/src/main/webapp/WEB-INF/web.xml
@@ -39,6 +39,10 @@
<param-name>applicationConfigLocation</param-name>
<param-value>/WEB-INF/application</param-value>
</init-param>
+ <init-param>
+ <param-name>deploymentConfiguration</param-name>
+ <param-value>org.apache.tuscany.sca.wink.TuscanyDeploymentConfiguration</param-value>
+ </init-param>
</servlet>
<servlet-mapping>