Wednesday 15 July 2015

Weblogic server Domain creation

Domain creation using configuration wizard:

Step 1: Goto the below path and execute config.cmd script
            C:\bea10.3\wlserver_10.3\common\bin>config.cmd
Step 2: Select - Create new WebLogic domain
Step 3: Select - Base this domain on an existing template
Step 4: Configure Administrator username and password.
Step 5: Configure server start mode and JDK
             Development mode ---- SunJdk
             Production mode ----- Jrocket
             Select development mode and SunJdk
Step 6: Customize environment & services settings
            Select yes if you would like to configure resources
Step 7: Configure Admin server
             Name : AdminServer
             Listen address: localhost
             Listen port : 7001
             SSL listen: None
             Default port number for AdminServer-7001
              Default ssl listen port : 7002
Step 8: Configure managed servers
             name listen address listen port ssl listen port
             ms1 localhost 7003 None
             ms2 localhost 7004 None
Step 9: Configure cluster
            Name Multicast address multicast port cluster address
            c1 239.192.0.0 7010 localhost:7003, localhost:7004
Step 10: Assign servers to clusters
Step 11: Configure machines
               Name NodeManagerListenAddress NodeManagerListenPort
               m1 localhost 5556
Step 12: Assign servers to machines
Step 13: Create WebLogic domain
              Enter the name and location for the domain
              Domain name : dev_domain
              Domain location : c:\bea10.3\user_projects\domains
Step 14: Click on Create

No comments:

Post a Comment