报如下错误
exception
javax.servlet.ServletException: org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 28 in the generated java file
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory
找了好久,发现是web-inf/lib下的jsp-api,servlet-api与tomcat/lib下的包重复,删除就好了。
特别是用MVN管理的工程一定要注意。
本文介绍了一种常见的JSP错误——The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory,并提供了详细的解决方案。该问题通常由web-inf/lib下的jsp-api,servlet-api与tomcat/lib下的包重复引起,通过删除重复的包即可解决问题。
2830

被折叠的 条评论
为什么被折叠?



