In Server.xml file you have connection time out for each of the connector class. Also if you have configured connection pools in server.xml you can increase the maxwait parameter value.
Hari -----Original Message----- From: GUNTURU, SRINIVAS [AG-Contractor/1000] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 10:36 AM To: 'Tomcat Users List' Subject: RE: Request/Connection Timeout Thanks for the quick response Hari. But, It's not the session that is timing out. It is the request that is timing out though the server is still working on the request. Hope this helps. -----Original Message----- From: Hari Venkatesan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 9:34 AM To: Tomcat Users List Subject: RE: Request/Connection Timeout You can set session time outs in Web.xml file Hari -----Original Message----- From: GUNTURU, SRINIVAS [AG-Contractor/1000] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 10:28 AM To: '[EMAIL PROTECTED]' Subject: Request/Connection Timeout Hi, We are using Tomcat 4.0.4 on Apache. Right now when we have a request that takes longer than 300 seconds(5 minutes), connections are timing out and we are getting various errors. How do we go about increasing this timeout so that the request does not timeout. Unfortunately, The analysis that runs on the server is very computational intensive and we have done a lot of tuning and most of the times it does run under 5 minutes however depending on server load and database load we do run over 5 minutes frequently and error out. Ideally, we would like to not have this restriction. I have searched in the archives and Tomcat documentation and have not found anything. Thanks for your help. Srinivas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
