You are on page 1of 1

info@esamtech.

com
Lab: 7. Creating a domain across two physical boxes and starting managed servers
Note: weblogic server 10.3.4.0 installed in windows box location: c:\Oracle\Middleware
Take two physical boxes and install the weblogic product on both
Ex. BoxA and BoxB with IPs:
BoxA IP: 192.168.1.10
BoxB IP: 192.168.1.12
Step 1
Create a domain on BoxA with a name, Dev_Domain
Start Admin server by running the script: startWebLogic.cmd from the location:
C:\Oracle\Middleware\user_projects\domains\Dev_Domain\bin
Make sure the server is up and is in RUNNING mode.
Step 2
Access the admin console from a web browser
http://localhost:7001/console
Step 3
Create two managed server, ms1 and ms2 with below details:
Name: ms1
Listen Address: 192.168.1.10
Listen Port: 1010
Similarly for other instance,
Name: ms2
Listen Address: 192.168.1.12
Listen Port: 2020
Step 4
On the same box, BoxA, start ms1
Open cmd and navigate to \bin folder
Ex. cd C:\Oracle\Middleware\user_projects\domains\Dev_Domain\bin
Run the command to start ms1
startManagedWeblogic.cmd ms1 http://localhost:7001
Step 5
Now goto the BoxB physically and start ms2 server instance on that box
Open cmd and navigate to \bin folder
Ex. cd C:\Oracle\Middleware\user_projects\domains\Dev_Domain\bin
Run the command to start ms2
startManagedWeblogic.cmd ms2 http://192.168.1.10:7001
Note: the syntax to start managed server is:
startManagedWebLogic.cmd SERVER_NAME {ADMIN_URL}
Observed the admin console, and make sure both the servers are in RUNNING mode

SAM Technologies

You might also like