RE: Migration of traditional servlet/JSP application to Struts 2

2009-09-18 Thread Peters, John
servlet/JSP application to Struts 2 Sure, no problem. I have several servlets running in the same web app as Struts2 and if you have requests that go directly to jsp pages that works also. The only issue I had on the upgrade to 2.1.6 was to adjust the Struts filter mappings so that Struts didn&#

Re: Migration of traditional servlet/JSP application to Struts 2

2009-09-18 Thread Greg Lindholm
Sure, no problem. I have several servlets running in the same web app as Struts2 and if you have requests that go directly to jsp pages that works also. The only issue I had on the upgrade to 2.1.6 was to adjust the Struts filter mappings so that Struts didn't try to process requests that were me