Author: andre
Date: 2010-07-07 16:14:17 +0200 (Wed, 07 Jul 2010)
New Revision: 42825
Modified:
mmweb/trunk/src/main/webapp/WEB-INF/web.xml
Log:
404 page back in default spot
Modified: mmweb/trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/web.xml 2010-07-07 14:10:08 UTC (rev
42824)
+++ mmweb/trunk/src/main/webapp/WEB-INF/web.xml 2010-07-07 14:14:17 UTC (rev
42825)
@@ -137,7 +137,7 @@
<error-page>
<error-code>404</error-code>
- <location>/index.jsp?page=21649</location>
+ <location>/mmbase/errorpages/404.jsp</location>
</error-page>
<error-page>
<error-code>400</error-code>
@@ -156,9 +156,12 @@
<location>/mmbase/errorpages/503.jsp</location>
</error-page>
+<!-- don't know what this means -->
+<!--
<env-entry>
<env-entry-name>mmbase-builders/mmbasecontexts/readall</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>true</env-entry-value>
</env-entry>
+ -->
</web-app>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs