在您的struts.xml中添加:
<constant name="struts.action.excludePattern" value="/ServletToExcludeFromStruts*"/>
对于多个排除项,该值也应以逗号分隔。参见http://struts.apache.org/2.2.1/docs/webxml.html

在您的struts.xml中添加:
<constant name="struts.action.excludePattern" value="/ServletToExcludeFromStruts*"/>
对于多个排除项,该值也应以逗号分隔。参见http://struts.apache.org/2.2.1/docs/webxml.html