您的位置:首页 > 编程语言 > Java开发

Java Web 学习笔记 The origin server did not find a current representation for the target resource or is

2018-03-22 09:28 1996 查看
在eclipse中使用servers是报错:The origin server did not find a current representation for the target resource or is not willing to disclose that one exists

解决方法:检查自己写的jsp文件。发现 jsp文件是放在WEB-INF 文件夹下面的。 WEB-INF文件下的 jsp文件用户是不能直接访问到的。好像是受保护的。因此把jsp文件 挪到  WebContent文件下即可了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐