Re: [EMAIL PROTECTED] custom-error with httpd and tomcat

2008-06-02 Thread Thorsten Scherler
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

Re: [EMAIL PROTECTED] custom-error with httpd and tomcat

2008-06-02 Thread Eric Covener
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

[EMAIL PROTECTED] custom-error with httpd and tomcat

2008-06-02 Thread Thorsten Scherler
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