error running jsp
hi everyone
i m using java 1.5 and tomcat 5.5.12
tomcat gives error message while running jsps....
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
root cause
java.lang.AbstractMethodError: javax.servlet.jsp.PageContext.handlePageException( Ljava/lang/Throwable;)V
org.apache.jsp.jsp2.el.basic_002darithmetic_jsp._j spService(basic_002darithmetic_jsp.java:73)
org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
what can i do to solve this problem?
please help.
|