Error Page Configuration

2002-08-17 Thread Kurtz, Todd
Has anyone configured tomcat error pages through $CATALINA_HOME/conf/web.xml and been able to access the implicit exception object from within the error page? Regards, Todd Kurtz -- To unsubscribe, e-mail: For additional commands, e-mail:

Accessing the exception object

2002-08-16 Thread Kurtz, Todd
Thank you for any help you might provide. I'm trying to figure out how/if Tomcat passes the exception object to a user defined custom error page (given that the exception is already defined in the tomcat/conf/web.xml file). So, my web.xml contains... org.apache.jasper.JasperException /error