Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/xxx项目名]]

可能是web.xml中的一些配置导致Tomcat启动失败,把web.xml中除 <welcome-file-list>外的全部配置删除后,就能正常启动Tomact了。

具体什么原因还不清楚,可能是<servlet-class>或<filter-class>中的名称不对。

posted @ 2018-11-04 15:35  旁光  阅读(653)  评论(0编辑  收藏  举报