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

HTTP Status 404,该如何解决

2012-01-16 
HTTP Status 404HTTPStatus404-/defaultroot/index.jsp--------------------------------------------type

HTTP Status 404
HTTP   Status   404   -   /defaultroot/index.jsp

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

type   Status   report

message   /defaultroot/index.jsp

description   The   requested   resource   (/defaultroot/index.jsp)   is   not   available.


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

Apache   Tomcat/5.5.9

/defaultroot/index.jsp这个文件存在,怎么会找不到啊?

[解决办法]
web.xml里面检查过吗?配置是否正确,还有jsp文件的后面一定要加上 .jsp

热点排行