首页上一页 1 下一页尾页 3 条记录 1/1页
《Java Web编程宝典》第8章问题
发表在JavaWeb图书答疑
2011-05-14
是否精华
是
否
版块置顶:
是
否
在运行8.3 Struts2入门的8.1b项目时index.jsp打不开,具体情况如下:
HTTP Status 404 - /8.1b/index.jsp
--------------------------------------------------------------------------------
type Status report
message /8.1b/index.jsp
description The requested resource (/8.1b/index.jsp) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.32
而1.7节第一个Java Web项目中的index.jsp可以打开。
HTTP Status 404 - /8.1b/index.jsp
--------------------------------------------------------------------------------
type Status report
message /8.1b/index.jsp
description The requested resource (/8.1b/index.jsp) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.32
而1.7节第一个Java Web项目中的index.jsp可以打开。