Hi, One guy into user list complain about this isnt working.
<filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class> <init-param> <param-name>config</param-name> <param-value>/WEB-INF/struts.xml</param-value> </init-param> </filter> <filter-mapping> <filter-name>struts2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> Than I find out It is impossible to do, because struts2 just read struts.xml into classpath folder. I`m correct? Because if it is even impossible to do, I can create a path to attend this issue. What do you think? Regards Arthur Nogueira Neves --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org