码迷,mamicode.com
首页 > Web开发 > 详细

web.xml中Servlet3.1版本的头信息格式

时间:2018-11-17 21:02:01      阅读:363      评论:0      收藏:0      [点我收藏+]

标签:html   website   dex   sof   index.jsp   oca   jsp   版本   font   

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

  <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中Servlet3.1版本的头信息格式

标签:html   website   dex   sof   index.jsp   oca   jsp   版本   font   

原文地址:https://www.cnblogs.com/schiller-hu/p/9975115.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!