Close
jGuru Forums
Posted By: Rolf_Lehmann Posted On: Wednesday, September 18, 2002 12:42 AM
Hi there
I have copied the file luceneweb.war to my Tomcat webapp directory and started tomcat. Then I enter http://localhost/luceneweb/ in the browser and I get the following message:
exception org.apache.jasper.JasperException: Unable to compile class for JSP C:ProgrammeApache Tomcat 4.0worklocalhostlucenewebindex$jsp.java:116: Incompatible type for method. Explicit cast needed to convert java.lang.Throwable to java.lang.Exception. if (pageContext != null) pageContext.handlePageException(t); ^ 1 error at org.apache.jasper.compiler.Compiler.compile(Compiler.java:284) at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:546) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:177) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:189) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) ......
I'm using JDK 1.3.1 . Any idea?
Thank you, Rolf.
Re: Starting luceneweb.war for the first time
Posted By: Otis_Gospodnetic Posted On: Wednesday, September 18, 2002 08:35 PM