• 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 Migration from 7 to 10.3

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to migrate the j2ee applicaiton from weblogic 7 to weblogic 10.3.

if anyone can suggest me which jars are needed and steps to do it....
Any help would be really appricialble.

Thanks in advance...
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Weblogic 7 to 10 is a big leap. (People normally do it in steps, from 7 to 8 and then to 9 )It depends on what type of project you have.
Do you have portals (weblogic portal) ?

Following is the link which you may follow to stat with.

http://download.oracle.com/docs/cd/E12840_01/wlw/docs103/guide/upgrading/conChangesDuringUpgrade.html
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take a look at the DDConverter program. You will have to change your XML files and recompile against the new JARs.

Weblogic 7 to 10 is a big leap



It sure is. Once, I had to do a 6 -> 10 and 5 -> 10 upgrade. Painful but it was nice to learn
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic