Re: Configuring Custom Error Pages

1999-08-02 Thread jon *
- Please read the FAQ! - > In the event of a servlet error, I would like a custom error page to > appear in the browser so that I don't have to keep checking the servlet > error log during the development proces

Re: Configuring Custom Error Pages

1999-07-31 Thread Damian Fauth
- Please read the FAQ! - Jeremy Kassis wrote: > > Sorry, I should have been more specific . . . I would like to have the > results of failed servlet compilations (specificly java server pages that > have failed

RE: Configuring Custom Error Pages

1999-07-30 Thread Jeremy Kassis
- Please read the FAQ! - Sorry, I should have been more specific . . . I would like to have the results of failed servlet compilations (specificly java server pages that have failed compilation) to appear in my

RE: Configuring Custom Error Pages

1999-07-30 Thread Brian Claus
- Please read the FAQ! - You can configure apache to return pages based on error codes: e.g.: add the following to your httpd.conf ErrorDocument 404 /missing.html > -Original Message- > From: Jeremy