1 Reply Latest reply on Aug 8, 2002 1:43 PM by jasonbrome

    Unable to compile class for JSP

    dmaclaren

      Hello,
      I have followed the instructions for configuring apache/Jboss3.0 with Tomcat the jakarta-tomcat-3.2.4 build.

      This is the thread that I followed
      http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/ am getting an error where I need an explicit cast. BUt it is when the .java from the jsp is being compiled so it is the servlet enging that is doing this? Do I have a mix of servlet.jars? Is this a bug? I mean, there is no post here on this anywhere so my guess is I have something pointing to the weong .jar is my guess. Any help is greatly needed

      org.apache.jasper.JasperException: Unable to compile class for JSP
      C:\jboss-3.0\catalina\work\localhost\bridgeline\template$jsp.java:205: Incompatible type for method. Explicit cast needed to convert java.lang.Throwable to java.lang.Exception.
      if (pageContext != null) pageContext.handlePageException(t);