struts2在web.xml中的配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了struts2在web.xml中的配置相关的知识,希望对你有一定的参考价值。

1     <filter>
2         <filter-name>struts2</filter-name>
3         <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
4     </filter>
5 
6     <filter-mapping>
7         <filter-name>struts2</filter-name>
8         <url-pattern>/*</url-pattern>
9     </filter-mapping>

 

以上是关于struts2在web.xml中的配置的主要内容,如果未能解决你的问题,请参考以下文章

struts2设置加载非默认路径的struts.xml文件解决方案

在配置文件web.xml中配置Struts2的启动信息

Struts2 配置文件

Struts2开发环境搭建

Struts2 配置文件

struts2 web.xml配置访问404