HTTP 404 找不到所请求的资源
我收到 HTTP 404 请求的资源无法找到。
不久前我正在轻松地执行我的 servlet。我编译了最后一个 servlet,它编译得很好。然后我将其添加到我的 web.xml
文件中并重新启动了我的网络服务器,从那以后我在所有小程序上都遇到了相同的错误,甚至是那些之前运行良好的小程序。 我检查了 web.xml
文件是否有错误,但看起来没问题。
I am getting HTTP 404 the requested resource can not be found.
I was executing my servlets comfortably a while ago. I compiled my last servlet and it compiled fine. Then I added it to my web.xml
file and restarted my webserver and ever since I am getting the same error on all applets even the ones which were running fine earlier.
I checked the web.xml
file for errors but it seems OK.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能有多种原因:
web.xml
中 servlet 的
相匹配。web.xml
中的映射是完全错误的。有关详细信息,请阅读服务器启动日志。This can have several causes:
<url-pattern>
of the servlet inweb.xml
.web.xml
is plain wrong. Read the server startup log for details.