• 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

Upgrade Weblogic 6.1 to 8.1

 
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have application running on Weblogic 6.1 SP2, now we want to upgrade the Weblogic to 8.1.

What will be the impact of the same on the system?
Doe my code (EJB) required any changes?
[ May 22, 2006: Message edited by: Chetan Parekh ]
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Its available on bea site.

http://edocs.bea.com/wls/docs81/upgrade/upgrade6xto81.html

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

You dont need to change the code.
But u need to modify your Deployment Descriptors.
And compile your code with weblogic.jar available within your weblogic 8.1 server.

regards,
Milind Chavan
 
Chetan Parekh
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Milind Chavan Thanks a lot!!
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Chetan,

It is very good idea to change ur system from 6.1 to 8.1. the complexity depends upon the size of project(or ur application).

U should have to make change on xml files.
u should have to recompile the Business logic and all that .
its also possible to some or various change of ur code.

pls read all things from url http://edocs.bea.com/wls/docs81/upgrade/upgrade6xto81.html
reply
    Bookmark Topic Watch Topic
  • New Topic