jdk和tomcat都换成了1.8和8.0。结果高度老项目的时候报如下错误:
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory
The method getDispatcherType() is undefined for the type HttpServletRequest
我的解决方法:
删除俩与tomcat8.0重复的jar包:
servlet-2.3jar 和 javassist-3.7.ga.jar
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory
The method getDispatcherType() is undefined for the type HttpServletRequest
我的解决方法:
删除俩与tomcat8.0重复的jar包:
servlet-2.3jar 和 javassist-3.7.ga.jar
解决jdk与tomcat升级后报错问题
本文解决在将jdk和tomcat更新至1.8和8.0版本后,遇到高度老项目时报错的解决方案。主要通过删除与tomcat8.0重复的jar包来解决问题。
3364

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



