首页 > 编程语言 > 详细

JavaWeb【status:404,The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. 】

时间:2019-09-27 23:26:55      阅读:169      评论:0      收藏:0      [点我收藏+]

 

1. 直接原因是你项目的部署位置中该路径不存在,你可以去部署位置大目录下(对IDEA而言,默认就是out目录,就在你项目下)下删除对应项目的文件夹,然后重新运行,会重新生成目录,即可解决问题

技术分享图片

 

 

 

2. 如果你将整个大目录删了,项目的文件夹无法生成,依然报如题错误,此时需要重新生成输出文件夹(未生成时,Artifacts的 <output root>下会有灰色波浪线警告,生成后就会消失)

技术分享图片

 

 3. 顺带提一下,out目录的真实位置可以在Project Structure的Project项中的下侧看到

技术分享图片

 

JavaWeb【status:404,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/akanga/p/11600838.html

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