今天小编学习SSH的时候遇到了如下的问题,在启动tomcat发布web应用的时候,报错Could not publish server configuration for tomcat9 at localhost.
Multiple Contexts have a path,具体图片如下Could not publish server configuration for tomcat9 at localhost. Multiple Contexts have a path解决方案

接着,小编进入了eclipse工作空间下.metadata.plugins\org.eclipse.wst.server.core\tmp0\conf\server.xml文件中删除了相应内容。结果还是不行,依然很会自动加上,小编百度了一个新方法,

打开server.xml

Could not publish server configuration for tomcat9 at localhost. Multiple Contexts have a path解决方案

删除重复项即可

Could not publish server configuration for tomcat9 at localhost. Multiple Contexts have a path解决方案

相关文章:

  • 2021-05-28
  • 2021-09-20
  • 2021-07-26
  • 2021-06-30
  • 2021-08-05
  • 2021-08-15
  • 2022-12-23
  • 2021-05-17
猜你喜欢
  • 2021-11-18
  • 2021-05-01
  • 2022-12-23
  • 2021-07-28
  • 2021-07-22
相关资源
相似解决方案