我试图使用重定向标记来将索引页导向驻留在我的web项目的JSP文件夹中的主页。我的项目的层次结构下:JSTL错误(HTTP状态404 -/JSTL/home)
WEB-INF jsp home.jsp index.jsp
我同时使用JSTL库1.2和standard.jar 以下是我的index.jsp
<%@ taglib prefix="core" uri="/tags/c" %>
<core:redirect url="/home"></core:redirect>
的代码时,我运行项目我收到以下错误;
HTTP Status 404 - /JSTL/home type Status report message /JSTL/home description The requested resource (/JSTL/home) is not available.
哇!谢谢先生。我在想同样的观点,但我想确定这个事实。非常感谢 – 2011-02-03 20:00:25