运行JSP文件是出错,显示404怎样解决?
typeStatusreportmessage/ch1/index.jspdescriptionTherequestedresource(/ch1/index.jsp)i...
type Status report message /ch1/index.jsp description The requested resource (/ch1/index.jsp) is no
展开
2个回答
展开全部
查看一下路径是否是正确的绝对路径和相对路径。
具体分析如下:
tomcat在Eclipse启动,访问localhost:8080出现404错误。
写了一个error.jsp,想用来实现当出现404错误时显示提示信息,直接在error.jsp页面中写如下代码<%@ page language="java" import="java.util.*"
pageEncoding="utf-8" isErrorPage="true"
contentType="text/html; charset=utf-8"
%>
<h1>糟糕,出错了!!</h1>然后再在web.xml文件中配置。
<error-page>
<error-code>404</error-code>
<location>/error.jsp</location>
</error-page>把classes下的kk复制到webapps下,再http://localhost:8080/kk/MyJsp.jsp能看到结果。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询