Thursday, November 8, 2012

Weblogic Domain Configuration in gui

Domain Creation

Just like installation , there are 3 modes of creating domain
  1) GUI mode
  2) console mode ( text mode)
  3) Template based domain creation
Two important files related to domain creation…
$WL_HOME/common/bin/config.sh
 Weblogic Installation comes with a default skeleton file of the domain.
 $WL_HOME/common/templates/wls.jar ( check this again)
Config.sh internally uses this wls.jar file create the domain of our choice of architecture.
We can create our own skeletons that we will see in WLST scripting sessions that will come later
WEBLOGIC Domain Creation

 1. Go to    “ /BEA/wlserver_10.3/common/bin/”
          AND in bin directory contains   config.sh file .
          so we are creating Domain by using  config.sh file
          THE Syntax is      “$./config.sh”

2. Select“Create a new WebLogic domain”aPP


3. Select “Base this domain on an existing template”
This is the default template that comes with weblogic installation


4. Give the UserName ,PassWord and Confirm Password  AND Click on Next Button


5. Click on Next Button



6. Chose Yes Radio Button


7. Chose YES AND Click on Next Button





8.Click on Next Button


9.Give the AdminServer Name,listenAddress and Listen Port AND click on Next Button


10.Then After we configured Managed Servers as follow below


11. Give the the managed Server names ,listen address and listen port values as follow like below mentioned 
·        Click on Next

12. click on Next Button






13. Click on Next Button

14. Click on next Button


15. we create weblogic domain like give the domain name and domain location as like below And click on Create Button


16. Click on Done Button



·        So we are completed Gui Mode Installation AND Domain Creation


















1 comment: