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

web.xml中Servlet4.0版本的头信息格式

时间:2018-11-17 20:46:35      阅读:597      评论:0      收藏: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版本的头信息格式

标签:XML   头信息   xmlns   ati   instance   isp   version   javaee   location   

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

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