web.xml格式(避免eclipse更新延迟-3.0版)
2020-11-15 12:08
                         标签:com   http   class   blog   style   img   div   code   java   javascript   log      web.xml格式(避免eclipse更新延迟-3.0版),布布扣,soscw.com web.xml格式(避免eclipse更新延迟-3.0版) 标签:com   http   class   blog   style   img   div   code   java   javascript   log    原文地址:http://www.cnblogs.com/baipengchao/p/3698411.html
xml version="1.0" encoding="UTF-8"?>
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"> 
    welcome-file-list>
        welcome-file>Index.jspwelcome-file>
    welcome-file-list>
      
    filter>
        filter-name>struts2filter-name>
        filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilterfilter-class>
    filter>
    filter-mapping>
        filter-name>struts2filter-name>
        url-pattern>/*url-pattern>
    filter-mapping>
web-app>

上一篇:phpEXCEL操作全解
文章标题:web.xml格式(避免eclipse更新延迟-3.0版)
文章链接:http://soscw.com/essay/21440.html