I am using struts2.
I don't want .action or .do on the end of the url's, so I set
struts.action.extension='' (empty string)

Now this leaves me with a bit of a problem serving static content, since
struts swallows up all of my requests, and nothing gets through to the
default servlet.

How can I set up an action to serve static content?
-- 
View this message in context: 
http://www.nabble.com/Struts2-static-content-tp19784601p19784601.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to