<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5" 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_2_5.xsd">
<display-name></display-name>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<filter>
<description>FilterDispatcher</description>
<display-name>FilterDispatcher</display-name>
<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>
</web-app>
struts2的web.xml文件配置
原创
©著作权归作者所有:来自51CTO博客作者javahz的原创作品,如需转载,请与作者联系,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
struts2 web.xml配置经验
struts2 web.xml配置经验
struts2 web.xml配置经验 -
struts2在web.xml中的配置
struts2在web中的配置 1 通过filter启用struts2  
struts在web.xml配置 -
struts2.2.3 web.xml文件配置
struts2.2.3 web.xml文件配置
职场 休闲 web.xml struts2.2.3 文件配置 -
struts2.0.14 web.xml,struts.xml配置
web.xml<?xml version="1.0" encoding="UTF-8"?> <web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/
职场 休闲 struts2.0.14 web.xml struts.xml配置