2.1 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.Description of picture4.png follows
    Description of the illustration picture4.png
  2. Select the required templates from Available Templates and click Next.Description of picture5.png follows
    Description of the illustration picture5.png
  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.Description of picture6.png follows
      Description of the illustration picture6.png
  4. Select Server Startup as Production Mode and the available JDKs. Click Next.Description of picture7.png follows
    Description of the illustration picture7.png
  5. Select the check box adjacent to Administration Server and Node Manager. Click Next.Description of picture8.png follows
    Description of the illustration picture8.png
  6. Specify the Administration Server Listen address and Listen port.Description of picture9.png follows
    Description of the illustration picture9.png

    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 displays Node Manager Configuration.

  7. Configure Node Manager.

    Select Per Domain Default Location option from Node Manager Type. And in the Node Manager Credentials, provide the username and password of the node manager. Click Next.

    Description of picture10.png follows
    Description of the illustration picture10.png
  8. Verify the details and click Create. The domain creation process is initiated and the progress of completion is indicated.Description of picture11.png follows
    Description of the illustration picture11.png
  9. Click Next.Description of picture12.png follows
    Description of the illustration picture12.png
  10. The Configuration Success message will be displayed as follows:Description of picture13.png follows
    Description of the illustration picture13.png

    The Admin Server console URL is as indicated below:

    http://<IP address>:<admin console port>/console
    1. <IP address >: Host on which domain was created.
    2. <admin console port> : Port specified in Administration Server configuration page.

    In this case the Admin Console URL is: https://<server1hostname>:7101/console