首页 > 其他 > 详细

The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

时间:2021-02-24 15:20:54      阅读:66      评论:0      收藏:0      [点我收藏+]

Idea启动Tomcat项目报错:The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

技术分享图片

两个项目公用一个tomcat

技术分享图片

 

 端口配置不同,但访问路径都是 /,导致其中一个起来后,另一个启动时,报错,如果都是 / 的话,都会被解析为ROOT文件,也说不上是完全覆盖,但会导致上个启动的项目宕掉,并且自身也起不来。然后这个项目启动弄了一段时间最主要原因就是,在tomcat的webapps这个文件中残留的ROOT文件未删除,启动时直接走的ROOT,没有将war重新解析

技术分享图片

 

The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

原文:https://www.cnblogs.com/wjq-/p/14441183.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!