On Mon, 2008-06-02 at 09:13 -0400, Eric Covener wrote:
> On Mon, Jun 2, 2008 at 8:40 AM, Thorsten Scherler
> <[EMAIL PROTECTED]> wrote:
>
> > ErrorDocument 503 "error 1"
> > ErrorDocument 500 "error 2"
> >
> > Now if I do not start tomcat I see the "error 1" page like I expected
> > with the heade
On Mon, Jun 2, 2008 at 8:40 AM, Thorsten Scherler
<[EMAIL PROTECTED]> wrote:
> ErrorDocument 503 "error 1"
> ErrorDocument 500 "error 2"
>
> Now if I do not start tomcat I see the "error 1" page like I expected
> with the header:
> Status=Service Temporarily Unavailable - 503
>
> However when my c
Hello all,
I have an application that is build in two tiers, where Apache httpd is
before an Apache Tomcat where I execute an Apache Cocoon web app.
I tried with
ErrorDocument 503 "error 1"
ErrorDocument 500 "error 2"
Now if I do not start tomcat I see the "error 1" page like I expected
with th