问题描述
eclipse 3.6 ,tomcat插件最新版, tomcat 6, 在eclipse 中使用插件启动后,访问项目报错如下org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 22 in the generated java fileThe method getJspApplicationContext(ServletContext) is undefined for the type JspFactory与严重: Servlet.service() for servlet jsp threw exceptionjava.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.<init>(Ljava/lang/String;ZLjava/lang/String;ZZLjava/lang/String;ZZLjava/lang/String;Ljava/lang/String;)V,直接用tomcat启动访问项目是没问题的,请各位朋友指教。
解决方案
我猜测是,你的项目的build path里面没有加tomcat的类库。在项目上右键-build path - config build path - libraries里面看看有没有 Apache tomcat 的类库
解决方案二:
有可能版本冲突。。。
时间: 2025-01-21 07:24:02