remm 2003/06/18 13:52:54
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.
- Port patch.
Revision Changes Path
1.50 +4 -0 jakarta-tomcat-4.0/catalina/src/conf/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- web.xml 8 Jun 2003 18:20:36 -0000 1.49
+++ web.xml 18 Jun 2003 20:52:54 -0000 1.50
@@ -159,6 +159,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]