我先新建了一个test的项目,然后在WEB-INF目录下新建了一个JSP文件为hello.jsp
,构建项目,启动tomcat以后在浏览器里输入http://localhost:8080/Test4/hello.jsp却出现这样的错误:
type Status report
message /Test4/hello.jsp
description The requested resource (/Test4/hello.jsp) is not available.
哪位大哥知道是怎么回事啊,我自己搞了很久了啊
------解决方案--------------------
jsp文件建的位置不对 应该建在WEB-INF目录之外