您的位置:首页 > 运维架构 > Tomcat

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

2016-11-29 17:06 465 查看
Could not publish server configuration for Tomcat v7.0 Server at localhost.

Multiple Contexts have a path of "/System".

解决方法:

到tomacat目录下的server.xml中,你会看到你原来改名的项目如System改为Systemtwo的时候,path仍旧是path="/System",所以你再添加一个项目叫System上去就会发生冲突,所以你可以把它改为/SystemTwo.希望能够帮到大家!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐