• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

steps for deploying J2EE application in WebSphere AS V6.1

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Our J2EE application is running on WebSphere Server v5.1.
Application contains both WEB and EJB modules.

What are neccessary steps to follow for deploying already
running J2EE application from v5.1 to v6.1 ??

Thanks,
-Anil.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my experience, WebSphere 5.1 applications port quite easily to 6.1. Naturally, it depends on how complex your applications are and which features they use. I'd suggest you take a look at the Migration guide.
 
Mothea Anil Kumar
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I saw the Migration Wizard book. It's very helpful to me. But my current version of WAS 5.1 is running on Linux. I want to put WAS V6.1 on Windows.
Is this possible through Migration wizard ?? Bcoz we have to give the path of existing server home directory while doing the Migration Process.

Anil.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anil,
I think you would be best off re-deploying the ear to your Windows server. (assuming you are on J2EE 1.3)

You need to update the classpath for Windows if you have any hard coded references. Other that that, J2EE is pretty OS independent.
 
reply
    Bookmark Topic Watch Topic
  • New Topic