当前位置: 代码迷 >> J2EE >> http://localhost:8080/manager/html这个里面点击发布的工程出有关问题
  详细解决方案

http://localhost:8080/manager/html这个里面点击发布的工程出有关问题

热度:11   发布时间:2016-04-22 00:59:04.0
http://localhost:8080/manager/html这个里面点击发布的工程出问题
我发布了一个工程myWebSite,然后我想在http://localhost:8080/manager/html里面查看以下,但是我点击myWebSite的时候出现下面的错误:
HTTP Status 404 - /myWebSite/

--------------------------------------------

type Status report

message /myWebSite/

description The requested resource (/myWebSite/) is not available.


--------------------------------------------

Apache Tomcat/6.0.35

这是为什么啊???

------解决方案--------------------
找不到路径myWebSite
------解决方案--------------------
首先,检查webapps 下是否有myWebSite这个应用,
其次检查这个应用是否有欢迎页面如index.jsp或者index.html取决于你的web.xml
  相关解决方案