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中的配置的主要内容,如果未能解决你的问题,请参考以下文章