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]>

Reply via email to