Update of /var/cvs/contributions/didactor2/src/core/webinf
In directory james.mmbase.org:/tmp/cvs-serv23828

Modified Files:
        web.xml 
Log Message:
will make it possible to treeoverride erorpages


See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/webinf


Index: web.xml
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/core/webinf/web.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- web.xml     26 Jul 2007 14:31:31 -0000      1.17
+++ web.xml     10 Jul 2008 12:24:53 -0000      1.18
@@ -194,22 +194,22 @@
 
   <error-page>
     <error-code>400</error-code>
-    <location>/mmbase/errorpages/400.jsp</location>
+    <location>/errorpages/_400.jsp</location>
   </error-page>
   <error-page>
     <error-code>403</error-code>
-    <location>/mmbase/errorpages/403.jsp</location>
+    <location>/errorpages/_403.jsp</location>
   </error-page>
   <error-page>
     <error-code>404</error-code>
-    <location>/mmbase/errorpages/404.jsp</location>
+    <location>/errorpages/_404.jsp</location>
   </error-page>
   <error-page>
     <exception-type>java.lang.Exception</exception-type>
-    <location>/mmbase/errorpages/500.jsp</location>
+    <location>/errorpages/_500.jsp</location>
   </error-page>
   <error-page>
     <error-code>503</error-code>
-    <location>/mmbase/errorpages/503.jsp</location>
+    <location>/errorpages/_503.jsp</location>
   </error-page>
 </web-app>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to