I would recommend that you redesign your app. There are request timeouts on several levels (Browsers, proxies, caches, ...), so changing such value just in tomcat may not help you.
Just one solution: Encapsulate the processing in bean. Start the processing in a seperate thread. Set the refresh meta tag in html to refresh the page every n seconds. For each refresh-request use the bean to find out the current state of the processing. Report the state to the user. If the bean is ready show the result. > -----Original Message----- > From: GUNTURU, SRINIVAS [AG-Contractor/1000] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 4:28 PM > To: '[EMAIL PROTECTED]' > Subject: Request/Connection Timeout > > How do we go about increasing this timeout so > that the request does not timeout. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
