2006/unicorn/WebContent/WEB-INF web.xml,1.1.2.6,1.1.2.7

Update of /sources/public/2006/unicorn/WebContent/WEB-INF
In directory hutz:/tmp/cvs-serv2609/WebContent/WEB-INF

Modified Files:
      Tag: dev2
	web.xml 
Log Message:
all initialization actions in Init.java
+ compatibility windows/linux

Index: web.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/Attic/web.xml,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- web.xml	7 Aug 2009 12:03:43 -0000	1.1.2.6
+++ web.xml	11 Aug 2009 16:05:44 -0000	1.1.2.7
@@ -24,7 +24,7 @@
     <servlet-name>ObserveAction</servlet-name>
     <servlet-class>org.w3c.unicorn.action.ObserveAction</servlet-class>
   </servlet>
-  <servlet>
+  <!--<servlet>
     <servlet-name>Error404Action</servlet-name>
     <servlet-class>org.w3c.unicorn.action.Error404Action</servlet-class>
   </servlet>
@@ -32,7 +32,7 @@
     <servlet-name>default</servlet-name>
     <url-pattern>/resources/*</url-pattern>
   </servlet-mapping>
-  <!-- <servlet-mapping>
+   <servlet-mapping>
     <servlet-name>Controller</servlet-name>
     <url-pattern>/*</url-pattern>
   </servlet-mapping>  -->
@@ -40,5 +40,9 @@
     <servlet-name>IndexAction</servlet-name>
     <url-pattern>/index.html</url-pattern>
   </servlet-mapping> 
+  <servlet-mapping>
+    <servlet-name>ObserveAction</servlet-name>
+    <url-pattern>/observe</url-pattern>
+  </servlet-mapping> 
   
 </web-app>
\ No newline at end of file

Received on Tuesday, 11 August 2009 16:08:40 UTC