> >> > > > Please, respond to comments/questions *below* the original, not on top of > the email. > It makes it a lot easier to follow the logical flow of questions/responses. > > About your original request : the Tomcat <Connectors> mentioned in Tomcat's server.xml /have nothing to do/ with how your application talks to anything else. The Connectors handle only the HTTP/HTTPS/AJP requests/responses that go between the browser and Tomcat. If your application talks to anything else, then the timeouts have to be set there (in whatever your application is using to do that). Any timeouts (or any other parameter) set at the Tomcat Connector level will not have any effect here.
Thanks,Intially i was in doubt that we can set request timeout at tomcat connector level as well.