Hi

I am running a site served by Apache and Tomcat,

When tomcat dies and gives a 500 error i want to redirect to an external site.. I thought the way of doing this was via httpd.conf for Apache.. so i added

ErrorDocument 500 http://my.external.site/

to httpd.conf

However it doesn't redirect when tomcat is stopped (and you therefore get a error 500) ... i added a redirect for error 404's and these do go to the external site on a 404.

So is there something in tomcat or the way its linked to apache that is causing the redirect not to work?

thanks
Edd



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



Reply via email to