I'm using IIS/JRun.

My custom error page gets invoked at the appropriate times, and displays the
exception, with the following caveat:

After an exception occurs, I hit the BACK button on my browser, and when any
other JSP page gets run,  my error page gets called again with the following
exception:

        java.lang.ClassCastException: java.lang.String

The funny thing is that the exception occurs in the _jspService() function,
which contains some code of mine also, from <% %>, and the exception usually
happens while writing out HTML code via out.print( "..." ).

Other than that, I've had a lot of success with IIS/JRun.

Any suggestions?

Thanks,

Brian Peterson

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to