gpt4 book ai didi

java - 如何在我的Web项目中看到web.xml被读取

转载 作者:行者123 更新时间:2023-11-28 22:11:21 25 4
gpt4 key购买 nike

我写了一个基本的 Hello World we 动态项目,并安装了 apache 服务器。

我的目录结构是, enter image description here

Web.xml内容是,

  <display-name>hello</display-name>
<welcome-file-list>
<welcome-file>hello.html</welcome-file>

</welcome-file-list>

hello.html 是,

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
Hello World!!
</body>
</html>

启动 Apache 后,我正在尝试访问 URL,
http://localhost:8080/hello.html
获取错误:HTTP Status 404 -/hello.html
有什么建议吗?

最佳答案

它认为您需要在 url 中添加您的项目名称:

http://localhost:8080/ProjectName/

http://localhost:8080/ProjectName/hello.html

关于java - 如何在我的Web项目中看到web.xml被读取,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42113024/

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