Tomcat 9 NoSuchMethodError

时光毁灭记忆、已成空白 提交于 2021-01-29 19:23:15

问题


My web application makes use of a web framework by including the jar (which has compiled JSPs) into the lib. I'm working on migrating from Tomcat 7 to Tomcat 9. On running the application, I get the below error -

java.lang.NoSuchMethodError: org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(Ljava/lang/String;Ljava/lang/Class;Ljavax/servlet/jsp/PageContext;Lorg/apache/jasper/runtime/ProtectedFunctionMapper;Z)Ljava/lang/Object;

Unfortunately, I don't have the code for the web framework. The same set up works on Tomcat 7. Is there any way, I can get rid of this error?

来源:https://stackoverflow.com/questions/62698459/tomcat-9-nosuchmethoderror

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!