> From: Peter Chen [mailto:peter.c...@aicent.com] > Subject: ask about the HTTP response timeout parameter. > > I start an IE Browser to send HTTP request to the Tomcat, and I find > that the Tomcat need very long time( often more than 10 minutes) to > send a HTTP response to IE Browser. > > I don't know the reason. Could someone tell me, thanks.
No, we can't. But you could take a thread dump or three when the situation happens and find out. > And I want to solve the problem by setting the HTTP response > timeout parameter. You might want to, but I don't think there is one. Once a request is accepted by Tomcat, it's up to the webapp processing it to decide to continue or not. If the request-processing thread is stuck waiting for the DB server, it really is stuck, and there's nothing Tomcat can do about it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org