vgritsenko 2003/04/27 11:10:29
Modified: src/webapp/WEB-INF web.xml
Log:
change allow-reload to "no"
Revision Changes Path
1.3 +1 -1 cocoon-2.1/src/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- web.xml 4 Apr 2003 13:19:06 -0000 1.2
+++ web.xml 27 Apr 2003 18:10:29 -0000 1.3
@@ -103,7 +103,7 @@
-->
<init-param>
<param-name>allow-reload</param-name>
- <param-value>yes</param-value>
+ <param-value>no</param-value>
</init-param>
<!--