Eclipse搭建的web项目本来是正常的,在重新开机后出现 错误404 The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.的解决方法
解决办法:
!首先确保文件配置正确、代码没错、访问的 url 正确(排除低级错误)
然后开始解决:把tomcat里对应的项目remove掉,然后重新添加就可以正常运行了。
若解决不了,可以试试下面的解决办法(我还没试过):
2. The origin server did not find a current representation for the target resource or is not willing to

本文介绍了解决Eclipse中web项目重启后出现404错误的方法,包括检查文件配置、代码及URL,移除并重新添加Tomcat项目,以及尝试其他可能的解决方案。
3万+

被折叠的 条评论
为什么被折叠?



