tomcat 启动动重复Multiple Contexts have a path of "/xxxx"问题解决

tomcat启动web项目报错,clean清理之后依然报错,进程中查看已没有启动的java进程,此时你要看看如下配置



1错误提示:Could not publish server configuration for Tomcat v7.0 Server at localhost.

Multiple Contexts have a path of "/xxxx".

tomcat 启动动重复Multiple Contexts have a path of "/xxxx"问题解决

2解决办法:经查看,问题出在Servers中:

tomcat 启动动重复Multiple Contexts have a path of "/xxxx"问题解决

server.xml文件中的<context>标签重复,导致Tomcat启动时有重复,将重复的删除即可解决问题。