HTTP 404 找不到所请求的资源

发布于 2024-11-04 23:04:37 字数 215 浏览 0 评论 0原文

我收到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦醒时光 2024-11-11 23:04:37

我收到 HTTP 404,无法找到所请求的资源。

这可能有多种原因:

  • URL 完全错误。它必须与 web.xml 中 servlet 的 相匹配。
  • web.xml 中的映射是完全错误的。有关详细信息,请阅读服务器启动日志。
  • Servlet 构建/初始化失败。有关详细信息,请阅读服务器启动日志。
  • Webapp 启动完全失败。有关详细信息,请阅读服务器启动日志。

I am getting HTTP 404 the requested resource can not be found.

This can have several causes:

  • URL is plain wrong. It has to match <url-pattern> of the servlet in web.xml.
  • Mapping in web.xml is plain wrong. Read the server startup log for details.
  • Servlet construction/initialization failed. Read the server startup log for details.
  • Webapp startup failed completely. Read the server startup log for details.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文