Re: Custom error page on Tomcat 6

2007-03-20 Thread Tim Funk
http://tomcat.apache.org/faq/misc.html#error Hoa Doan wrote: How do I set up a custom error page in Tomcat 6? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Custom error page on Tomcat 6

2007-03-20 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/03/2007, at 5:28 PM, Hoa Doan wrote: How do I set up a custom error page in Tomcat 6? Hoa, Stupid question... Have you tried entering "Custom error page on Tomcat" into Google? Grrr Andrew -BEGIN PGP SIGNATURE- Version: GnuPG v1.

Re: Custom error page on Tomcat 6

2007-03-20 Thread Peter Kennard
A refinement on this question I am interested in, that isn't so googleable :) Can one make a class that spits out the error page that recieves the "code number" as input, (and/or maybe an Exception handle if the servelet threw an exception which caused the error) and an OutputStream to write b

RE: Custom error page on Tomcat 6

2007-03-20 Thread Caldarale, Charles R
> From: Peter Kennard [mailto:[EMAIL PROTECTED] > Subject: Re: Custom error page on Tomcat 6 > > Can one make a class that spits out the error page that recieves the > "code number" as input, (and/or maybe an Exception handle if the > servelet threw an exception wh

RE: Custom error page on Tomcat 6

2007-03-20 Thread Peter Kennard
At 16:58 3/20/2007, you wrote: > From: Peter Kennard [mailto:[EMAIL PROTECTED] > Subject: Re: Custom error page on Tomcat 6 > > Can one make a class that spits out the error page that recieves the > "code number" as input, (and/or maybe an Exception handle if the >

Re: Custom error page on Tomcat 6

2007-03-20 Thread Filip Hanik - Dev Lists
http://people.apache.org/~fhanik/ check out GlobalErrorReportValve Filip Peter Kennard wrote: At 16:58 3/20/2007, you wrote: > From: Peter Kennard [mailto:[EMAIL PROTECTED] > Subject: Re: Custom error page on Tomcat 6 > > Can one make a class that spits out the error page that