• 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

Changes required in deploying java application on websphere 6.1 ?

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everybody, I am working on a java application( in which java 1.4 and WebSphere 5.0 version is used).

But now I have to deploy that java application on Websphere 6.1 version with JDK 1.5 .
So now can anyone please guide me what all changes may be required.?

According to me. changes are :

1. Search jar files for jdk 1.5
2. Config files , what needs to be change..?
3. Compile java files in JVM 1.5
4. what else...please guide me...!!!
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You shouldn't need to do anything at all. You definitely don't need to recompile any of your code.

I'll move this to our Websphere forum in case there are any WS-specific details.
 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just did that conversion for our web application. I had to enter the Websphere configuration over again, but there weren't any significant changes. There were no changes to the Java code required.
 
reply
    Bookmark Topic Watch Topic
  • New Topic