Is there a valid reason NOT to put the struts.xml file on the classpath?
  (*Chris*)

On Fri, Aug 28, 2009 at 9:30 PM, Arthur Nogueira Neves
<arthu...@gmail.com>wrote:

> 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
>
>

Reply via email to