>
>
> 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 response is
> very slow for particular queries so i want tomcat to timout those requests.
>
> How do you communicate with the external system? You say "particular
queries" so is it jdbc? Can't you set a timeout whatever communication
mechanism you use to connect to the external system? Then detect the
timeout in your webapp and respond appropriately

Chris

Reply via email to