> 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

Reply via email to