2014-02-24 19:39 GMT+01:00 Gaurav Daga <[email protected]>: > Hi Todd, > > Thanks for sharing the sample code and with your idea ( of separating > struts xmls) I am able to include servlet based struts action in the same > web project. I really appreciate your help on this one.. > > I am trying to map all servlet endpoints with a certain url pattern, via > filter-mapping however I am encountering some issues around it. I'll send > a note if I couldn't find a solution for the same. Reason I am trying to do > it is, I dont want other calls to my web-app to be intercepted by Struts ( > if I do /*, I believe Struts will try to intercept those calls and I dont > want to have that happened.) > > I am just throwing this idea over here, so as if you/Lukasz have any > thoughts around this approach would be great to hear.
You can exclude them, check this out http://stackoverflow.com/questions/13496504/struts2-exclude-pattern-how-exactly-does-it-work http://struts.apache.org/development/2.x/docs/webxml.html#web.xml-SimpleExample Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
