Author: michiel
Date: 2009-05-17 17:38:08 +0200 (Sun, 17 May 2009)
New Revision: 35227

Removed:
   mmweb/trunk/src/main/webapp/META-INF/
Modified:
   mmweb/trunk/src/main/webapp/WEB-INF/web.xml
Log:
it' sbetter to add this kind of configuration in web.xml

Modified: mmweb/trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/web.xml 2009-05-17 15:11:55 UTC (rev 
35226)
+++ mmweb/trunk/src/main/webapp/WEB-INF/web.xml 2009-05-17 15:38:08 UTC (rev 
35227)
@@ -155,4 +155,10 @@
     <error-code>503</error-code>
     <location>/mmbase/errorpages/503.jsp</location>
   </error-page>
+
+  <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

Reply via email to