I am using tomcat 6. Say i send a request to web server which takes more than 20 seconds. Is there any default timeout in tomcat when it will stop processing that request if response is not sent back within n seconds ? If yes what's the property name in server/context.xml ?
I found connectionTimeout
but it determines how long Tomcat will wait for the http request line once a connection is established. It doesn't tell how long the server waits for the request to finish processing