[Registry-dev] svn commit r6594 - trunk/registry/java/modules/webapps/conf

svn at wso2.org svn at wso2.org
Sun Aug 26 23:12:11 PDT 2007


Author: deepal
Date: Sun Aug 26 23:12:06 2007
New Revision: 6594

Added:
   trunk/registry/java/modules/webapps/conf/web.xml
Log:
adding new web.xml

Added: trunk/registry/java/modules/webapps/conf/web.xml
==============================================================================
--- (empty file)
+++ trunk/registry/java/modules/webapps/conf/web.xml	Sun Aug 26 23:12:06 2007
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+    <display-name>WSO2 Registry</display-name>
+
+    <filter>
+        <filter-name>struts2</filter-name>
+        <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
+    </filter>
+
+    <filter-mapping>
+        <filter-name>struts2</filter-name>
+        <url-pattern>/*</url-pattern>
+    </filter-mapping>
+
+    <welcome-file-list>
+        <welcome-file>index.html</welcome-file>
+    </welcome-file-list>
+
+</web-app>



More information about the Registry-dev mailing list