eclipse 3.6 使用tomcat启动问题

eclipse 3.6 ,tomcat插件最新版, tomcat 6, 在eclipse 中使用插件启动后,访问项目报错如下
[color=red]org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 22 in the generated java file
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory[/color]

[color=red]严重: Servlet.service() for servlet jsp threw exception
java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZLjava/lang/String;ZZLjava/lang/String;Ljava/lang/String;)V[/color]
,直接用tomcat启动访问项目是没问题的,请各位朋友指教。

我猜测是,你的项目的build path里面没有加tomcat的类库。

在项目上右键-build path - config build path - libraries

里面看看有没有 Apache tomcat 的类库

有可能版本冲突。。。