20:29:02,051 INFO  [Dispatcher] Unable to find 'struts.multipart.saveDir' property setting. Defaulting to javax.servlet.context.tempdir
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\TIKU100\upLoadFile
C:\Program Files\Java\jdk1.6.0_10\bin;C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin
按网上说的方法把web.xml中<!-- Struts2 初始化 -->
<filter>
<filter-name>struts2</filter-name>
<filter-class>
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
//<constant name="struts.multipart.saveDir" value="/tmp"/>

</filter-mapping>
中/*改成*.action结果找不到filter
The Struts dispatcher cannot be found.  This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag. - [unknown location]
at org.apache.struts2.views.jsp.TagUtils.getStack(TagUtils.java:60)