• 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:

Struts 1.2.9 Vs Websphere 5.1.1.7

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thanks in advance.
I have searched in google about compatibility of Struts 1.2.9 with
WAS 5.1.1.7, however no perfect or clrear information on this.
Could, any one please tell me whether WAS 5.1.1.7 will Struts1.2.9?

Please help me.

Regards,
Sree
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, you can run a Struts 1.2.9 application on WebSphere 5.1. Some have reported issues related to the fact that the WebSphere Admin console uses Struts 1.1, so you may have to play around with the Class Loader settings to make it work.
 
sridhar lakka
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot for your reply.
Could you please give me in detailed description or even it is very help if you will give link.

Regards,
Sree
 
Merrill Higginson
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will want to configure the server class loader as "PARENT_LAST". See this link for details.
 
reply
    Bookmark Topic Watch Topic
  • New Topic