Create Domain in WebLogic Server

Create a new domain using Configuration Wizard in WebLogic.

To create a new domain using Configuration wizard:
  1. Navigate to the directory <WLS_HOME>/wlserver/common/bin and execute the following command, to access the Welcome screen.
    ./config.sh

    Figure 10-35 Configuration Type


    Configuration wizard Welcome screen

  2. Select Create a new domain and click Next to access the Templates screen.

    Figure 10-36 Templates


    The Templates screen

  3. Select Create Domain Using Product Templates and click Next to view the Administrator Account screen.

    Figure 10-37 Administrator Account


    Enter the user name to be assigned to the administrator, the password, and confirm the password. Click Next to ac Domain Mode and JDK window.

  4. Enter the user name to be assigned to the administrator, the password, and confirm the password. Click Next to access the Domain Mode and JDK screen.

    Figure 10-38 Domain Mode and JDK


    Domain mode and JDK location selection screen.

  5. Select the Domain mode and JDK location :
    1. Domain Mode - select the required mode (Development or Production).
    2. JDK - select the required option. If you select Other JDK Location, click Browse and navigate to the specific directory and select it. Click Next to display the Advanced Configuration window.

    Figure 10-39 Advanced Configuration


    Select the Administration Server. A WebLogic Server domain must have an Administration Server. You can also select Manages Servers, Clusters and Machines, and RDBMS Security Store if required. Click Next to display the Administration Server window.

  6. Select the Administration Server and Click Next to access the Administration Server screen.
    A WebLogic Server domain must have an Administration Server. You can also select Manages Servers, Clusters and Machines, and RDBMS Security Store if required.

    Figure 10-40 Administration Server


    Administration Server screen

  7. Enter the following Administration Server details ( and click Next to access the Configuration Summary screen.
    • Server Name
    • Listen address
    • Listen Port
    • Enable SSL - Enable this option for secure login using https
    • SSL Listen Port

      Note:

      Make a note of the Listen Port or SSL Listen Port value (for example: 7007) since the same has to be re-entered in the Servlet port field during Infrastructure installation.

    Figure 10-41 Configuration Summary


    Configuration Summary screen

  8. Verify the WebLogic domain configuration details and click Create to view the Configuration Progress.

    Figure 10-42 Creating Domain


    Configuration progress with Complete status

  9. Click Next, after the configuration is completed successfully, to access the End of Configuration screen.

    Figure 10-43 End of Configuration


    Click Finish. The domain server is created enabling the deployment of multiple Infrastructure applications on a single WebLogic.

  10. Click Finish. The domain server is created enabling the deployment of multiple Infrastructure applications on a single WebLogic.

    Note:

    • Record the HTTPS port specified during this process and use it as a servlet port or web server port during OFSAAI Installation.
    • To enable https configuration on Infrastructure, assign value 1 to "HTTPS_ENABLE" in OFSAAI_InstallConfig.xml for silent mode OFSAAI installation.
  11. Add a java option entry -DUseSunHttpHandler=true in the WLS_HOME/bin/setDomainEnv.sh file (Required only if a self-signed certificate is used).
  12. Add a Java option entry -Dweblogic.http.disablehttp2=true in the WLS_HOME/bin/setDomainEnv.sh file, to ensure that the HTTP2 is disabled and only HTTP 1.1 is used as a protocol.