(未解决)org.springframework.web.SpringServletContainerInitializer cannot be cast to javax.servlet.

(未解决)org.springframework.web.SpringServletContainerInitializer cannot be cast to javax.servlet._第1张图片

(未解决)org.springframework.web.SpringServletContainerInitializer cannot be cast to javax.servlet._第2张图片

(未成功)解决办法1:

出现这类问题首先我们查看哪些包没下载完全:
(未解决)org.springframework.web.SpringServletContainerInitializer cannot be cast to javax.servlet._第3张图片

(未成功)解决办法2:

主要原因是项目的pom.xml中配置了javax.servlet选项,与tomcat7中的servlet-api.jar中的servlet冲突所造成的。

引入:

provided
(未解决)org.springframework.web.SpringServletContainerInitializer cannot be cast to javax.servlet._第4张图片

你可能感兴趣的:(错误发现)