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

Migration of traditional servlet/JSP application to Struts 2

2009-09-17 Thread Peters, John
Hello, Does Struts 2 have a way to allow a traditional servlet/jsp application to coexist with the Struts Action Model? I would like to allow my servlet to continue processing some requests while adding new jsp pages under the Struts implementation. Blue Cross Blue Shield of Florida, Inc