Configure the FRDomain
For instructions, see Oracle® Fusion Middleware Installing Oracle Forms and Reports for Release 12.2.1.4, at https://docs.oracle.com/en/middleware/developer-tools/forms/12.2.1.4/install-fnr/installing-and-configuring-oracle-forms1.html#GUID-E3EC8981-780D-4D15-AA01-1FF91CDDCF59.
Note:
Ignore the warning "CFGFWK-40326" that appears in the Configuration Summary screen as it is not related to the Oracle Forms and Report configuration.
Make sure you type FRDomain
(case-sensitive) in the desired domain home path.
When configuring the FRDomain, it is recommended to use the default port 7001 for Admin Server and 9001 or 9002 for managed servers (WLS_FORMS and WLS_REPORTS).
You can accept most default values, with the exception noted below.
After completing the FRDomain configuration, follow instructions in Run ohs_updateInstances.
Templates
-
Select the check box for the following templates:
-
Oracle Forms [forms]
-
Oracle Reports Application [reports]
-
Oracle Enterprise manager [em]
-
Oracle HTTP Server (Collocated) [ohs]
-
Oracle Reports Tools [ReportsToolsComponent]
-
Oracle Reports Server [ReportsServerComponent]
-
Oracle Reports Bridge [ReportsBridgeComponent]
-
Oracle JRF [oracle_common]
-
Weblogic Coherence Cluster Extension [wlserver]
-
Add Administrator Account
-
Provide a password for the WebLogic user account and make note of this password because it is required to install Oracle Thesaurus Management System and/or Oracle Clinical.
Domain Mode and JDK
-
Select the Production option under Domain Mode.
Database Configuration Type
-
Provide the Repository Creation Utility schema name that you defined in Create the Repository Creation Utility and add _STB to this name. For example, if the schema name you defined was OCRDCDEV, provide OCRDCDEV_STB.
-
Provide the schema password that you defined in Create the Repository Creation Utility.
-
Click Get RCU Configuration to continue.
Advanced Configuration
-
Select all check boxes.
Administration Server
-
Select the Enable SSL check box.
Node Manager
-
Define the Node Manager username and password and make note of them because they are required to install Oracle Thesaurus Management System and/or Oracle Clinical.
Managed Servers
-
Select the Enable SSL check box for all managed servers.
Assign Servers to Machines
-
Move AdminServer from the Servers list to the Machines list.
System Components
-
Click Add to add the OHS component.
-
For System Component, specify ohs1.
-
For the Component Type, select OHS.
-
OHS Server
Note:
It is recommended to use the standard HTTP/HTTPS ports 80 or 443. If you plan to use other ports, these need to be modified accordingly during the installation process.
-
For Listen Address, specify the machine name, including the domain.
-
Change the Listen Port value to 80.
-
Change the SSL Listen Port value to 443.
Domain Frontend Host
-
Copy the URL from the Plain field and paste it in the SSL field.
-
In the SSL field, change http to https, and add the SSL port if the non-standard port 443 is used.
-
Select the SSL as the default option.
Assign System Components
-
Move ohs1 from the System Component list to the Machines list.
For more information, see:
Run ohs_updateInstances
Perform the following steps:
- Start the Node Manager.
$ORACLE_HOME\user_projects\domains\FRDomain\bin\startNodeManager.cmd
- Start the admin server.
$ORACLE_HOME\user_projects\domains\FRDomain\bin\startWebLogic.cmd
- Run WLST.
$ORACLE_HOME\oracle_common\common\bin\wlst.cmd
- Connect to admin server.
connect('adminserver_username','adminserver_password','t3://host_name:FRDomain_adminserver_port')
- Run the following command:
ohs_updateInstances()
Parent topic: Configure the FRDomain