Hi there,

I've a problem with JSP error handling.

I tried to make custom error pages with the
<% page errorPage="..." %> element. If an error occurs during the execution of my jsp page, the error page is called, but the javax.servlet.error.* attributes do not contain any values.

I looked into the Tomcat 4.0 source and found a valve called ErrorDispatcherValve. Has it something to do with jsp error handling? I tried to include the valve with <Valve...> and with <Host errorReportingValve="">, but the error page still reports the attributes to be null.

I use Tomcat 4.0.4 from the Debian distribution with marginal chances in server.xml.

Thanks in advance,
Jan


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to