Sorry that this is such a basic question...

I can't get my error handling in JRun 3 to redirect to an error page. Rather than 
redirecting when an exception occurs, the JRun server reports the error. I'm using the 
exception object example from Chapter 4 of Ben Forta's "JSP Application Development" 
book.

The page with the error on it has as its first line:

<%@ page errorPage="exceptInherits.jsp" %>

The page then attempts to divide by zero, which should redirect to exceptInherits.jsp. 
The first line of that page is:

<%@ page isErrorPage="true" %>

Why does JRun report the error instead of redirecting? Thanks for any assistance.

Regards,

Marc Garrett





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to