I am running apache web server 2.0.49 connected to tomcat 5.0.28 using the jk 
connector version 1.2.8.  From my understanding, if I set the reply_timeout 
property  of an ajpv13 worker, once the reply_timeout elapses for a particular 
request to a worker, apache web server will make a new request to the next 
worker in the group.

Is there any way from within the webapp that is being contacted to induce a 
failure other than not returning before the reply_timeout? For instance, can 
you return an HTTP error message from tomcat that would cause web server to 
retry the request to the next worker in the group (assuming full recovery mode)?

Thanks for any suggestions

-Dan Thiffault


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to