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-type>
java.io.IOException</exception-type>
<location>/WEB-INF/jsp/exceptions/Exception.jsp</location>
</error-page>
What did I miss?
--
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)