Re: Errors not going to error-page

2004-02-06 Thread Antonio Fiol BonnĂ­n
Not sure if you can use /WEB-INF/... there. However, I recall some Tomcat versions ignoring error-page in some cases. IIRC, it was 4.1.18. HTH, Antonio Fiol Wendy Smoak wrote: I'm getting an Status 500 page with this: ExceptionConverter: java.io.IOException: The document has no pages. Even

RE: Errors not going to error-page

2004-02-06 Thread Allistair Crossley
:[EMAIL PROTECTED] Sent: 06 February 2004 07:28 To: Tomcat Users List Subject: Re: Errors not going to error-page Not sure if you can use /WEB-INF/... there. However, I recall some Tomcat versions ignoring error-page in some cases. IIRC, it was 4.1.18. HTH, Antonio Fiol Wendy Smoak wrote

RE: Errors not going to error-page

2004-02-06 Thread Allistair Crossley
- From: Antonio Fiol Bonnin [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 07:28 To: Tomcat Users List Subject: Re: Errors not going to error-page Not sure if you can use /WEB-INF/... there. However, I recall some Tomcat versions ignoring error-page in some cases. IIRC, it was 4.1.18. HTH

RE: Errors not going to error-page

2004-02-06 Thread Shapira, Yoav
Howdy, I'm getting an Status 500 page with this: ExceptionConverter: java.io.IOException: The document has no pages. Even though I have this in web.xml: error-page exception-typejava.io.IOException/exception-type location/WEB-INF/jsp/exceptions/Exception.jsp/location

RE: Errors not going to error-page

2004-02-06 Thread Wendy Smoak
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] I don't know if you can use /WEB-INF as a location, as it has to be available to the browser. Errors work fine from under /WEB-INF in another webapp, so that's not it. ExceptionConverter is your own class, right? Depending on its