• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Weblogic to Websphere Migration

 
Ranch Hand
Posts: 495
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please what tool can i use to migrate my EAR/WAR files from weblogic to webshere
 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, have you tried importing the ear/war directly? just wondering....as the containers are required to follow specifications, so what works in weblogic should work in websphere, except for vendor specific stuff, ....i guess thats where you need help
 
Abiodun Adisa
Ranch Hand
Posts: 495
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The reason you can't transfer J2EE is quoted"Both IBM WebSphere Application Server and BEA WebLogic Application Server are leading, high-end application servers, and both adhere to the J2EE specification. However, they differ in the way they implement some features of the specification, and in their feature extensions. These differences can make it difficult to migrate enterprise applications from one application server to another. The migration encompasses more than just installing new software and reinstalling applications. It also involves issues such as education, skills, code, run time, deployment, tooling, and so on"
 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only thing that I noticed is the deployment descriptors are different in websphere and weblogic. if u are able to come up with the way of changing the websphere deployment descriptors to that of weblogic, u can easily migrate u'r app.
 
Jesus Angeles
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
visu, is that the vendor specific dd, or standard j2ee dd, like web.xml?

if its j2ee standard dd, then it should be same shouldnt it
reply
    Bookmark Topic Watch Topic
  • New Topic