Tuesday 18 February 2014

How to start weblogic server?




Go to domain home location and source . ./setDomainEnv.sh file and start weblogic server.

 Starting weblogic server with the script "startWeblogic.sh"
 if we have installed/created the domain in "production mode" Above script will ask for weblogic "username" and "password" .

If you want to run "weblogic server" in the background it requires setting one configuration file that is
boot.properties file which have to be created in this location $DOMAIN_HOME/server/AdminServer/security/boot.properties file.

boot.properties file contain username and password in encrypted format so whenever we execute
startWeblogic.sh it will decrypt username and password from boot.properties file and open the admin console for administration purpose.

if you want start weblogic server in the background use this below command.

cd $DOMAIN_HOME/bin
nohup ./startWeblogic.sh &

If we have installed/created weblogic domain in "Development Mode" there is boot.properites file is created where as incase of production mode it is not created thats why we have to provide the credentails at prompt for production mode.


Showing  message as running in the bottom of the above screen.


provide credentails



It will open a GUI console for administration.





Quote of the day !!!!!!
  --------------------------
Sooner or later, those who win are those who think they can





No comments:

Post a Comment