web.xml???Servlet4.0????????????????????????

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了web.xml???Servlet4.0????????????????????????相关的知识,希望对你有一定的参考价值。

?????????XML   ?????????   xmlns   ati   instance   isp   version   javaee   location   

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
????????? xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
????????? xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
????????????????????? ??? http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
??????version="4.0">

??????<display-name>website name</display-name>

??????<welcome-file-list>
????????????<welcome-file>index.html</welcome-file>
????????????<welcome-file>index.jsp</welcome-file>
??????</welcome-file-list>

</web-app>








以上是关于web.xml???Servlet4.0????????????????????????的主要内容,如果未能解决你的问题,请参考以下文章

Servlet4.0 注解不生效解决

No grammar constraints (DTD or XML Schema) referenced in the document.

Spring Boot Servlet 4 支持

将 servlet 4.0.1 升级到 servlet 5.0

SpringBoot2使用Undertow来提高应用性能(spring-boot-starter-undertow)

6张图说清楚Tomcat原理及请求流程