• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Can we integrate Struts1.x with Struts2.x

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all ! I would like to integrate s1(struts1) and s2(struts2) in a same web application..After long hours of searching found that it is possible(though i am not sure)..But unfortunately i couldn't find any example program for the same.
But still i tried a simple program by clubbing the jar files,struts-config.xml and struts.xml files together. When I included both <servlet> and <filter> tags required for S1 and S2 respectively in web.xml, an exception is thrown: "Exception starting filter struts2".

Could anyone help me by letting me know if the integration of Struts1 and Struts2 is possible?? and if YES, then please tell the way it should be done..

Thanks in advance,
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch.
The Migration Strategies page in the documentation indicates it can be done.
There's a also tutorial here.
 
Tom Schildt
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You !!
reply
    Bookmark Topic Watch Topic
  • New Topic