remm 2003/06/18 13:50:27
Modified: catalina/src/conf web.xml
Log:
- Fork set to true is a good production setting in many cases, but it suffers
(according to user reports) from problems on Windows (which I have witnessed),
so it is not a very good default value.
- Note: This *might* be caused by Ant bugs, but I'm not too sure about that.
Revision Changes Path
1.20 +4 -0 jakarta-tomcat-catalina/catalina/src/conf/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- web.xml 17 Jun 2003 01:31:11 -0000 1.19
+++ web.xml 18 Jun 2003 20:50:27 -0000 1.20
@@ -183,6 +183,10 @@
<param-name>logVerbosityLevel</param-name>
<param-value>WARNING</param-value>
</init-param>
+ <init-param>
+ <param-name>fork</param-name>
+ <param-value>false</param-value>
+ </init-param>
<load-on-startup>3</load-on-startup>
</servlet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]