war包放到 Tomcat webapp下,启动Tomcat报错
Posted 江寒雪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了war包放到 Tomcat webapp下,启动Tomcat报错相关的知识,希望对你有一定的参考价值。
Springboot项目打包war时,启动报错。
Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/dbank-swagger]] Caused by: java.lang.NoClassDefFoundError: javax/servlet/GenericFilter Caused by: java.lang.ClassNotFoundException: javax.servlet.GenericFilter
解决方案:
tomcat换成版本8.5以上就没有问题了。
以上是关于war包放到 Tomcat webapp下,启动Tomcat报错的主要内容,如果未能解决你的问题,请参考以下文章