Installing the Forms Application Deployment Services
The Forms Application Deployment Services (FADS) simplifies the process of packaging applications, deploying, configuring, and storing archived copies of the applications. Follow the instructions in this section to install and configure Forms Application Deployment Services (FADS) to an existing domain.
The following sections are included:
Configuring Forms Application Deployment Services
After you have completed the installation steps, you can start configuring Forms Application Deployment Services applications by creating the domain.
You have to perform the following FADS application configuration steps in a Fusion Middleware domain:
Setting up RCU Schema
Add missing Repository Creation Utility (RCU) schemas when configuring a domain containing Oracle Forms or FADS. Configuring FADS requires the Repository's User Messaging Service (UMS) and its dependencies.
Note:
If this is a new installation and not an upgrade, you can skip this RCU Schema step. All the needed schemas should already be installed if you followed the installation instructions.If this was an upgrade from a previous release, needed schemas may be missing and will need to be added.
To add the UMS schema to the domain repository:
Applying the FADS Template to an Existing Forms Domain
Apply the FADS extension template to an existing Forms domain using the Configuration Wizard.
Note:
Be sure that the Universal Messaging Service (UMS) repository schema exists before continuing. Refer to Setting up RCU Schema for adding UMS if the schema is missing.Run FADS Post Configuration Steps
After creating or updating your Forms domain or after patching, perform these steps.
Note:
If the domain was created with Secure Mode enabled and you plan to use the demo SSL/TLS certificate provided with the installation (not recommended for production use), set the following before executing the WLST commands provided below.
For UNIX/Linux:
export WLST_PROPERTIES="-Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.TrustKeyStore=DemoTrust"
For MS Windows
set WLST_PROPERTIES="-Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.TrustKeyStore=DemoTrust"