<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

<display-name>Struts Blank</display-name>

<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>

<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

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

</web-app>

相关文章:

  • 2022-12-23
  • 2021-06-20
  • 2021-11-15
  • 2022-12-23
  • 2021-11-10
猜你喜欢
  • 2022-01-27
  • 2022-12-23
  • 2022-03-05
  • 2021-11-11
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案