I already tried that and it's not working and it fails to deploy to tomcat.
On Monday, May 11, 2015, Christoph Nenning <christoph.nenn...@lex-com.net> wrote: > > Hi, > > > > I need to integrate struts 2 with my classic web application based on > > servlet. > > > > How do I tell struts 2 intercept only requests coming from specific > folder > > like > > > > com.mysite.app.xx.yy where I will placing all struts related source > files ? > > > > Here is the link what I started at stackoverflow, > > > > http://stackoverflow.com/questions/30056132/integrating-classic-jsp- > > servlet-3-0-based-web-application-with-struts-2? > > noredirect=1#comment48258124_30056132 > > > > Please see if someone can throw some light on my issue. > > > > -- Kiran Badi > > > > > Basically you register struts2 in your web.xml for some url pattern, > usually *.action. Struts interceptors and actions will only be invoked for > those URLs. > > > > Regards, > Christoph > > This Email was scanned by Sophos Anti Virus >