Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread Harsimranjit singh Kler
> >> > > > 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 mentioned in Tomcat's server.xml /have nothing to do/ with how your applicati

Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread André Warnier
Harsimranjit singh Kler wrote: External system can be jdbc ,soap ,rest or other different type of protocol .So i dont have that freedom always. Yes i agree i can do query timeout in Database case,but not in all External system so i was thinking timeout from connector side. Please, respond to c

Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread Harsimranjit singh Kler
External system can be jdbc ,soap ,rest or other different type of protocol .So i dont have that freedom always. Yes i agree i can do query timeout in Database case,but not in all External system so i was thinking timeout from connector side. On Fri, Jun 22, 2012 at 3:41 PM, chris derham wrote:

Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread chris derham
> > > Using tomcat 6.0.29. > > i want to know is there any parameter in HTTP\AJP connector to set > request time out(i.e if particular request taking long time to complete it > should time out after configured timeout value).? > > My web application communicating to some external system where res