问答详情
源自:1-7 WEB-INF目录详解

修改成123.jsp后无法通过myhome访问?

web.html中的代码修改成如下

<?xml version="1.0" encoding="ISO-8859-1"?>

<web-app xmlns="http://java.sun.com/xml/ns/javaee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
                      http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
  version="3.0"
  metadata-complete="true">

    <welcome-file-list>
<welcome-file>123.jsp</welcome-file>
 </welcome-file-list>
</web-app>

重启服务器后通过访问http://localhost:8080/myhome/ 出现

 

HTTP Status 404 - /myhome/

type Status report

message /myhome/

description The requested resource is not available.

 无法获取的错误 求大神给解决一下,一开始通过访问index.jdp是好用的,改完之后访问123.jsp都不对了。

提问者:慕莱坞602254 2017-08-15 20:46

个回答

  • qq_最后一辆末班车_0
    2018-11-06 14:02:58

    请问这个问题后来是怎么解决的,我把web.xml里面改为haha.jsp也还是不能访问

  • 慕无忌5762020
    2018-08-31 16:26:21

    看看是不是你的目录错了  WEB-INF  别写成WEB_INF了


  • qq_奋斗的小年轻_04014641
    2017-08-15 21:01:39

    试一下  <welcome-file>/123.jsp</welcome-file>