gpt4 book ai didi

java - HTTP 状态 404 - 在带有 Tomcat 的 Eclipse 上(没有生成 web.xml)

转载 作者:行者123 更新时间:2023-12-02 09:04:12 36 4
gpt4 key购买 nike

我正在使用 Eclipse 和 Tomcat 9.0、动态 Web 模块 4.0 编写一个示例,但不生成 web.xml 部署。

项目目录如下:

enter image description here

其中reverse.java是一个servlet,它获取输入参数并将其发送回输出页面。由于某种原因,在我点击提交按钮后,无法访问“/reverse”servlet,tomcat 提示 HTTP Status 404 - Not Found 页面。我做错了什么?

点击 inputForm.jsp 页面上的提交按钮后,出现错误:

Type Status Report

Message /reverse

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

输入 input = "abcd"时调用提交的 URL:http://localhost:8080/reverse?input=abcd

我做错了什么?谢谢。

最佳答案

如果您没有显式设置 set context root,则默认情况下会将其设置为与您的项目相同的名称。如果您的项目名称是“bla”,则调用 servlet 的 URL 应如下所示: http://localhost:8080/bla/reverse

关于java - HTTP 状态 404 - 在带有 Tomcat 的 Eclipse 上(没有生成 web.xml),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59958256/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com