summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/tuscany-provisioning/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/rfeng/tuscany-provisioning/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--sandbox/rfeng/tuscany-provisioning/src/main/webapp/WEB-INF/web.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/sandbox/rfeng/tuscany-provisioning/src/main/webapp/WEB-INF/web.xml b/sandbox/rfeng/tuscany-provisioning/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000000..e64bb913cd
--- /dev/null
+++ b/sandbox/rfeng/tuscany-provisioning/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
+ <display-name>tuscany-provisioning-webapp</display-name>
+ <welcome-file-list>
+ <welcome-file>index.html</welcome-file>
+ <welcome-file>index.htm</welcome-file>
+ <welcome-file>index.jsp</welcome-file>
+ <welcome-file>default.html</welcome-file>
+ <welcome-file>default.htm</welcome-file>
+ <welcome-file>default.jsp</welcome-file>
+ </welcome-file-list>
+ <servlet>
+ <description></description>
+ <display-name>ExtensionListerServlet</display-name>
+ <servlet-name>ExtensionListerServlet</servlet-name>
+ <servlet-class>org.apache.tuscany.sca.provision.servlet.ExtensionListerServlet</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>ExtensionListerServlet</servlet-name>
+ <url-pattern>/extensions</url-pattern>
+ </servlet-mapping>
+</web-app> \ No newline at end of file