I am using Apache and mod_jk connector. Is it possible to easily configure a holding page that is displayed by Apache in the event that none of the workers will service the request ? What I mean by that:

* In the event no worker is available (apache+mod_jk is unable to connect to tomcat) * In the event the worker does not have a running deployed application on the resolved context (currently a HTTP 503 is sent, but I want this intercepted)

When either of there situations exist I want JkMount to throw back the request to the next handler (inside apache) this should have the effect that apache now services this request as-if JkMount options has not been specified. I can then setup Redirect and static holding page content in apache.


My httpd.conf globally sents requests to tomcat:

JkMount /* ajp13


--
Darryl L. Miles



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

Reply via email to