在 Tomcat 服务器上运行我的 Eclipse 项目时出现以下错误:
HTTP 状态 404 - 请求的资源 (/ProjectName/) 不可用。
浏览器地址栏中的 URL 是http://localhost:8080/ProjectName/
.
我真的不知道我的文件中缺少什么。我Index.jsp
在/WebContent
文件夹中有一个,我web.xml
包含以下条目:
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>