今天使用Eclipse启动tomcat部署项目时,遇到一个奇怪的错误:

Could not publish server configuration for Tomcat v6.0 Server at localhost.
Multiple Contexts have a path of "/xxx".

中文意思是:无法根据本地的Tomcat 6.0服务器配置来发布服务,因为多个"Context"使用了同一个"/xxx"路径。

是因为本地的tomcat服务器的conf目录下面的server.xml文件出现如下问题,删除其中的一个,问题解决:

Eclipse启动tomcat时报错:Multiple Contexts have a path of "/xxx"

 

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-04-05
  • 2021-05-14
  • 2021-07-19
  • 2021-05-17
  • 2021-06-13
猜你喜欢
  • 2021-09-18
  • 2021-12-09
  • 2021-09-27
  • 2021-09-07
  • 2021-04-04
相关资源
相似解决方案