markt       2004/01/21 15:50:03

  Modified:    catalina/src/conf server.xml
  Log:
  - Fix bug 11042. Comment in server.xml now shows that connectionTimeout should be 
set to 0 rather than -1 to disable timeout.
  - Reported by Timofei Bolshakov.
  
  Revision  Changes    Path
  1.29      +1 -1      jakarta-tomcat-catalina/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- server.xml        9 Jan 2004 23:36:33 -0000       1.28
  +++ server.xml        21 Jan 2004 23:50:03 -0000      1.29
  @@ -95,7 +95,7 @@
                  debug="0" connectionTimeout="20000" 
                  disableUploadTimeout="true" />
       <!-- Note : To disable connection timeouts, set connectionTimeout value
  -     to -1 -->
  +     to 0 -->
        
        <!-- Note : To use gzip compression you could set the following properties :
        
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to