connectionTimeout and disableUploadTimeout

2004-01-28 Thread Rob Harrington
the window does not get updated. Tried: setting connectionTimeout to -1 seemed to work using my local XP tomcat version. Seems not to work in the production environment (SunOS). I'm looking to find out *exactly* what these parameters (connectionTimeout and disableUploadTimeout) do and how to

RE: disableUploadTimeout

2004-01-21 Thread Krause Karin
Thanx for your answer. Now it is more clear for me. By the way, I have seen that the default value for the disableUploadTimeout is yet "false". It is logged by the org.apache.jk.server.JkCoyoteHandler (in Debug level). Regards Karin -Original Message- From: Bill Barker [mai

Re: disableUploadTimeout

2004-01-21 Thread Salvador Santander Gutierrez
Yes, the value is false or true. - Original Message - From: "Bill Barker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 21, 2004 9:35 AM Subject: Re: disableUploadTimeout > Actually, I believe that there is a documentation error: I b

Re: disableUploadTimeout

2004-01-21 Thread Bill Barker
Actually, I believe that there is a documentation error: I believe that the default value is 'true'. With all other values at there default setting, disableUploadTimeout="true" means that Tomcat will use a longer timeout value (default: 5Min, like Apache/httpd) when reading

disableUploadTimeout

2004-01-21 Thread Krause Karin
Hi everybody, I have a question regarding the org.apache.coyote.tomcat4.CoyoteConnector (Tomcat 4.1.27) What does the property "disableUploadTimeout" really mean? I do not understand the explanation: "This flag allows the servlet container to use a different, longer connection t