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.