• 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

Weblogic upgrade steps needed

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

I would like to know the steps we need to follow on weblogic server upgrade from 8.1 to 10.3.6 and also wanted to
get the deployed applications into the new server.

-Bharat
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you read the Upgrade Guide in the 11g documentation?
Upgrading from 8.1 caused us a lot of pain because there are a lot of changes to the JVM after the 1.4 version that came with it (if I had a dime for every time someone named a variable "enum"...). There are automated ways to upgrade a domain, but they never worked for us. We had to create a clean domain, configure it as we had 8.1, point our build at it and see what broke when we deployed. Fix, then repeat.
 
reply
    Bookmark Topic Watch Topic
  • New Topic