Domain Creation

Weblogic domain creation and configuration will be done from primary server.

From primary server, launch the fusion Middleware configuration wizard using the command config.sh available under $WLS_HOME/common/bin directory.
  1. In the Welcome screen, select Create a new domain option. Enter the domain name and Click on Next.
  2. Select the required templates from Available Templates and click Next.
  3. Specify Administrator User Name and Password.
    • The specified credentials are used to access Administration console.
    • You can use this screen to define the default WebLogic Administrator account for the domain. This account is used to boot and connect to the domain's Administration Server. Click Next.

    Figure 3-3 Administrator Account



  4. Select Server Startup as Production Mode and the available JDKs. Click Next.
  5. Select the check box adjacent to Administration Server and Node Manager Click Next.

    Figure 3-5 Advanced Configuration



  6. Specify the Administration server Listen address and Listen port.

    Figure 3-6 Administration Server



    Note:

    The default Listen port is 7001 and SSL port is 7101. This could be changed to any other available port. Ensure to make a note, of this port since the same is required for launching the Admin console, post domain creation.

    Note:

    Check for the port availability using the command - netstat -anp |grep <Port no> The next screen navigates to NodeManager configuration.
  7. Configure Node Manager

    Select Per Domain Default Location option from Node Manager Type. And in the Node Manager Credentials, provide the usernam e and password for the nodem anager Click Next.

    Figure 3-7 Administration Server



  8. Verify the details and click Create. The domain creation process is initiated and the progress of completion is indicated.

    Figure 3-8 Configuration Summary



  9. Click Next.

    Figure 3-9 Configuration Progress



  10. The Configuration Success message will be displayed as follows:

    Figure 3-10 Configuration Success



    The Admin Server console URL is as indicated below:

    http://<IP address>:<admin console port>/console

    • <IP address >: Host on which domain was created.
    • <admin console port> : Port specified in Administration Server configuration page. In this case the Admin Console URL is: https://<server1hostname>:7101/console