当前位置: 代码迷 >> Java Web开发 >> HTTP Status 404,该如何解决
  详细解决方案

HTTP Status 404,该如何解决

热度:476   发布时间:2016-04-17 12:49:47.0
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
  相关解决方案