Author: techfox9

Basic Weblogic 10.3 installation and configuration notes ..

Friday, March 26th, 2010 @ 3:50 pm

— After installing the server, run the configuration and setup the “base_domain”.

— The “base_domain” directory is parallel to the “wlserver_10.3” directory.
IOW: If the root path to the installation directory is “/Oracle/mw”, the “wlserver_10.3” is here:

/Oracle/mw/wlserver_10.3/

and “base_domain” is here:

/Oracle/mw/user_projects/domains/base_domain

The “base_domain/bin” (and the other domains) directory contains scripts:

startWebLogic.sh
stopWebLogic.sh

— If you cannot log into the administration console, change this file:

/Oracle/mw/user_projects/domains/base_domain/servers/AdminServer/security/boot.properties

from this (like this..):

password={AES}YuEG0y256Pm/62pegV3K9gBCJPGvi/j4obebUm2gEXA\=
username={AES}gx1/5/947m0Q+bKUqDaRqvN8gJWJnGkX/y/BehtLDPQ\=

to this:

password=weblogic
username=weblogic

(or whatever user/password you wish)

and restart the server. If you cannot stop the server, do a “kill -1 pid” with the server “pid”.

— I find the weblogic app structure confusing..
I am sure that there is a good reason for this
and I just do not know it but it is still confusing..

There are

/Oracle/mw/user_projects/domains/APPS/..

and there are

/Oracle/mw/wlserver_10.3/APPS/domains/..

Just be aware ..

Server, Web, Weblogic


 


Comments are closed.