RE: Setting Tomcat HTTP Request Timeout

2001-07-19 Thread Andrew Birchall
ould help us. Thanks Andy B -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 3:17 PM To: '[EMAIL PROTECTED]' Subject: RE: Setting Tomcat HTTP Request Timeout Tomcat isn't timing out--your browser is. It gives up if it doesn&

RE: Setting Tomcat HTTP Request Timeout

2001-07-18 Thread William Kaufman
Tomcat isn't timing out--your browser is. It gives up if it doesn't get a response from the server in a certain amount of time. And I don't think you can change that setting on any browser I've seen. You could try calling ServletOutputStream.flush() each time you write data: hopefully, that wil