Posts

Showing posts from March, 2020

Creating boot.properties file in windows from command prompt for weblogic managed server

Creation of file.txt or boot.properties for a windows machine from the command prompt ************************************************************************* In general, for Linux machine, we can go with "vi filename.txt" ************************************************************************* For windows "copy null > filename.txt" ************************************************************************* For deleting the file in Linux rm -rf filename.txt ************************************************************************* For deleting the file in windows del filename.txt

Upgrade Weblogic from 10.3.6 to 12.1.3

Image
Here are the steps for reconfiguring a WebLogic domain created with WebLogic 10.3.6 for running under WebLogic 12c:  1) Install last JRockit or JDK-7  2) Install WebLogic 12c  3) Backup old WebLogic domain folder with its AdminServer and managed servers Move the old domain folder to WebLogic 12c domains folder.  4) Start  reconfig.sh  (on Linux) or reconfig.cmd (on Windows) under  $WL_HOME/common/bin Here are the screen you can see: Choose an existing domain location and click on "Next". When the setup progress is at 100%,  click on "Next". Choose the JDK Home Loc ation and  clic k on "Next". Set the Node Manager Type, Node Manager Configuration and Node Manager Credentials  and click on "Next". I don't need to add/delete/ modify settings, so  clic k on "Next". See the Configuration Summary and  clic k on "Reconfig". Click on "Next". Here is the domain rec...