Let's say you have /*.action as your filter URL and you have Websphere 
application server and IBM Http server as your webserver. Once you try to 
generate your plugin file for http server, *.action is not picked up by WAS as 
filter are ignored [since they are not supposed be accessed directly for 
resource as specified by spec]. To make the long story short, all your requests 
for *.action would fail.

To fix the issue, you may want to create a dummuy servlet and have *.action as 
servlet URL. This also would work for any other appserver that may face a 
similar issue.

--- On Thu, 7/16/09, ravi_eze <ravichand...@ivycomptech.com> wrote:

> From: ravi_eze <ravichand...@ivycomptech.com>
> Subject: RE: how to configure struts2 for /*.action?
> To: user@struts.apache.org
> Received: Thursday, July 16, 2009, 6:04 AM
> 
> hi,
> 
> can you give some exampels for which u had to put hacks? We
> will test those
> parts explicitly.
> 
> --
> ravi
> -- 
> View this message in context: 
> http://www.nabble.com/how-to-configure-struts2-for--*.action--tp24481000p24510603.html
> Sent from the Struts - User mailing list archive at
> Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 


      __________________________________________________________________
Make your browsing faster, safer, and easier with the new Internet Explorer® 8. 
Optimized for Yahoo! Get it Now for Free! at 
http://downloads.yahoo.com/ca/internetexplorer/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to