Hi Scott,
if you are using apache you can do something like
ErrorDocument 500
http://www.reliable-server.com/serverDown/message.html
If any errors occurs with the connectors, the html page is shown or
another failsafe tomcat ;-)
I never tested it with more than one worker, but it should work just
fine.
Cheers,
Simon
Scott Jones schrieb:
>
> Hello,
>
> I am setting up a set of boxes as follows. There are two machines
> running Apache 1.3.19 and then there are three machines running tomcat
> 3.2.3. I have a worker linking each of the apache machines to each
> tomcat server (for a total of 6 tomcat instances).
>
> What I'm wondering is say for some awful reason that all three of my
> tomcat servers are down. Is there any way that I can have mod_jk link
> to something else that might just say "we're down right now, please
> check back soon" or something like that? Does the lb worker type have
> any kind of mechanism for this?
>
> Thanks for any suggestions!
>
> Cheers,
>
> Scott