项目

一般

简介

访问.jsp页面报:javax.servlet.http.HttpServletRequest.getHttpServletMapping()Ljavax/servlet/http/HttpServletMapping的错误

由 吕 鹏钦 在 将近 3 年 之前添加

问题描述:应用jar集成V10内嵌版之后启动访问index.jsp报java.lang.NoSuchMethodError:javax.servlet.http.HttpServletRequest.getHttpServletMapping()     Ljavax/servlet/http/HttpServletMapping

 

排查过程:发现应用jar里面有个java-servlet-api3.1.jar,有这个报错类,但是getHttpServletMapping()这个方法得servlet4.0规范才支持

解决方法:删除掉应用中的java-servlet-api3.1.jar这个jar包重启即可