IDEA 配置web.xml时出现错误 url-pattern标签定义文件访问路径404

今天上课讲了servlet的url-pattern标签,老师的web.xml配置文件的代码是这样的

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
  <display-name>shxt01</display-name>
  <servlet>
      <servlet-name>IndexServlet</servlet-name>
      <servlet-class>com.shxt.servlet.IndexServlet</servlet-class>
  </servlet>
  <servlet-mapping>
    <servlet-name>IndexServlet</servlet-name>
    <url-pattern>/Index01</url-pattern>
    <url-pattern>/Index02</url-pattern>
    <url-pattern>/Index03</url-pattern>
  </servlet-mapping>
  
  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
  </welcome-file-list>

</web-app>


我照着写了之后发现localhost有小猫,但是输入http://localhost:8080/shxt01/index01之后页面就报404错误,找了许久原因,发现是因为我用的IDEA没有<display-name>shxt01</display-name>这一句,这一句是eclipse的配置文件自带的,在我的idea中要把这一句去掉,直接访问http://localhost:8080/index01即可

这个问题可能太基础,找了一晚上没有答案,故记录如下,感谢https://blog.youkuaiyun.com/WinstonLau/article/details/80239271的讲解,让我发现了原因!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值