【发布时间】:2017-03-06 10:54:33
【问题描述】:
我已经安装了tomcat 8 并在eclipse mars 中使用jdk 1.8 进行了配置,并且在运行时获得了tomcat succussfull 主页,但是在运行我的项目时显示错误。
这个问题发生在我的所有项目中,我正在获取主页,但在运行我的项目时显示错误,例如 "requested resource not found"
类似错误
"HTTP Status 404 - /First/
type Status report
message /First/
description The requested resource is not available.
Apache Tomcat/8.0.41"
我做了太多但无法恢复错误。
【问题讨论】:
标签: java eclipse tomcat servlets