- Analytical Applications Infrastructure
- Configure Web Servers
- Configure WebLogic for Application Deployment
- Create Domain in WebLogic Server
Create Domain in WebLogic Server
Create a new domain using Configuration Wizard in WebLogic.
To create a new domain using Configuration wizard:
- 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
- Select Create a new domain and click
Next to access the Templates
screen.
Figure 10-36 Templates
- 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 access the
Domain Mode and JDK screen.
Figure 10-38 Domain Mode and JDK
- Select the Domain mode and JDK location :
- Domain Mode - select the required mode (Development or Production).
- 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 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
- 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
- Verify the WebLogic domain configuration details and click
Create to view the Configuration
Progress.
Figure 10-42 Creating Domain
- 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.
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.
- Add a java option entry
-DUseSunHttpHandler=true
in theWLS_HOME/bin/setDomainEnv.sh
file (Required only if a self-signed certificate is used). - Add a Java option entry
-Dweblogic.http.disablehttp2=true
in theWLS_HOME/bin/setDomainEnv.sh
file, to ensure that the HTTP2 is disabled and only HTTP 1.1 is used as a protocol.