Thank you for your reply. I am using Tomcat 4.0.4 with JDK 1.3.1. They were both clean installs. Does Tomcat 4.0.4 have any issues with this JDK? Should I upgrade to JDK 1.4?
I will look into this further. Kyle -----Original Message----- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 11:50 PM To: Tomcat Users List Subject: AW: JasperException: Unable to compile class for JSP Your error message sounds as if pageContext.handlePageException() is is defined to accept just an Instance of Exception not Throwable. That could be caused be a jar file that contains an older version of the jsdk. (servlet.jar, ...) Have a look at your jar files that are used for your tomcat. (Don't forget {JAVA_HOME}\jre\lib\ext !) - Which Version of tomcat do you use ? > -----Urspr�ngliche Nachricht----- > Von: Pearsall, Kyle [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 20. Juni 2002 02:00 > An: Tomcat (E-mail) > Betreff: JasperException: Unable to compile class for JSP > > > Now I get a different problem. The jsp files can't compile > correctly at runtime. This code works properly on Weblogic > 5.1. Do I need to fix something in Tomcat? Any suggestions? > > > org.apache.jasper.JasperException: Unable to compile class for JSP > D:\TOMCAT\work\Standalone\localhost\dhimaging\jsp\Albums$jsp.j > ava:689: Incompatible type for method. Explicit cast needed > to convert java.lang.Throwable to java.lang.Exception. > if (pageContext != null) pageContext.handlePageException(t); > ^ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
