首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

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

2012-08-01 
http://localhost:8080/manager/html这个里面点击发布的工程出问题我发布了一个工程myWebSite,然后我想在h

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

热点排行