• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

how struts can be used with IBM Websphere ?

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
I am trying to deploy and use struts with IBM Websphere Application.
Can I get some info how to use it with Web sphere.
I did not get any information in the User Guide or Installation procedures for Websphere.
Is there anybody who has sucessfully implemented such combination?
Thanks and Regards,
Laxmikant
 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Keep in mind that the general instructions for struts will apply to most containers and app servers.
Including struts in your webapp is fairly simple, and if you can produce a webapp for websphere, adding struts is not a big deal.
I recommend trying it with Tomcat, and then moving to websphere.
Good luck!
 
Saloon Keeper
Posts: 28807
212
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebSphere Version 3 required some source mods to run Struts apps. WebSphere 4 not only is capable of running Struts portably, IBM bought into the product enough to rewrite the WebSphere administration program as a Struts app.
A bigger problem I had, however, was that when I went to deploy my Struts EAR file, all WebSphere would tell me was that it didn't like it (no reason why was given).
There's a WebSphere forum here on JavaRanch, BTW. You can probably get better answers there.
 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The redbook WebSphere Version 4 Application Development Handbook may give you more sense on using Struts with Websphere.
HTH.
 
A teeny tiny vulgar attempt to get you to buy our stuff
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic