Followers

Monday, February 17, 2014

Weblogic Domain Creation



Weblogic Domain Creation:

Platform Installation of the Oracle Weblogic 10.3.6.0 completed.




Next we are going to create new Domain in Oracle weblogic.

The following domain creation particularly in Windows

 Step 1 

 Determine the appropriate domain creation mode for your situation. The domain creations are in below modes:  
                    
Graphical mode, console mode, silent mode.

At present we are going to see Graphical Mode installation.

Step 2

Navigate to path Local drive (E:) \ Oracle \ Middleware \ wlserver_10.3 \ Common \ bin

Step 3 

Double click on the Config.cmd file.


Step 4

Welcome window display to create a new weblogic domain and click next.


Step 5

Select Domain source window displays automatically generate a domain configuration and Click Next.




Step 6

Domain Name and Location windows displays.

Make the domain name as you like Eg : Sample_Domain, Test_Domain .

Default Location for the doamin creation is Local Drive (E:) \Oracle \ Middleware \ user_projects \ domain.

Click Next.


Step 7

Configure Administrator user Name and Password window displays.

Name: weblogic
Password: “As you like” eg : welcome1
Confirmation password: welcome1

Click Next.


Step 8

Configure Server start Mode and Jdk window display.

We need to select either Development mode or Production mode and click next.

Development mode:

The default JDK for development domain is Sun Hotspot
You can use the demo certificates for SSL
Auto deployment is enabled
Server instances rotate their log files on startup
Admin Server uses an automatically created boot.properties during startup
The default maximum capacity for JDBC Datasource is 15


Production mode:

The default JDK for production domain is JRockit
If you use the demo certificates for SSL a warning is displayed
Auto deployment is disabled
Server instances rotate their log files when it reaches 5MB
Admin Server prompts for username and password during startup
The default maximum capacity for JDBC Datasource is 25



Step 9

We can create Administration sever, Managed server, Cluster and Machine simultaneously, while creating domain.

Mark tick in the check box. Click next.


Step 10

Creation of Administration server.

Default port for Admin server is 7001, we can also change the Listen port.  Click Next


Step 11

Creation of Managed server.

Server Name: ms1

Needs to change the Listen port as 7003 and each managed server have unique Listen port and click next




Step 12 

Creation of Machine.

Machine Name : m1

Default Node manager Listen port is 5556. Click next


Step 13

Assigning managed servers to Machine.

So in this step managed server(ms1) is under machine(m1).

Click next.


Step 14

New domain creation structure and click create.


Step 15

New Domain creation is in progress. After reached 100% mark the check box [start Admin server]

The admin server will start. Finally click done. 


Domain has been created successfully.

Weblogic Console Admin URL : http://localhost:7001/console

1 comment: