Go to primary content
Oracle® Retail Integration Cloud Service Oracle® Universal Service Mapper User Guide
Release 19.1.000
F31998-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

6 Understanding the Installation Prerequisites

This chapter describes the procedure you must use to install the Weblogic 12c runtime and deploy the tool's EAR file. For more information about domain creation and other server related information, see the WebLogic application server documents.

Installation and Setup Instructions

This section describes the installation and setup instructions including the installation prerequisites, preparing the WebLogic server, creating a WebLogic domain, verifying installation of JRF runtime libraries and deploying the EAR file. It also describes guidelines to set up security.


Note:

The windows included in the following procedures are for example purposes only. Because these procedures must be followed for each application, valid values vary. Therefore, consider the illustrations as guides only; the values shown may not always apply.

Prerequisites

USM Web Application requires Oracle WebLogic Server 12c (12.2.1.4.0), built with Java 8 (JDK 1.8 64 bit with the latest security updates).

Installing WebLogic

To get the JRF runtime option while creating the domain, install the Application Development Runtime. To obtain Application Development Runtime, go to the Oracle Technology Network and take the following steps:

  1. Find fmw_12.2.1.4.0_infrastructure_Disk1_1of1.zip and download this file to your system.

  2. Extract the contents of this zip file to your system. You will use the
    fmw_12.2.1.4.0_infrastructure.jar file to run the installer.

  3. Run the installer by executing the jar file:

    java -jar fmw_12.2.1.4.0_infrastructure.jar 
    

    The Welcome window displays.

    Welcome Window
  4. Click Next. The Auto Updates window displays. Select the appropriate option.

    Auto Updates
  5. Click Next. The Installation Location window displays. Click Browse to select the Oracle Home location where the WebLogic Server is to be installed.

    Install Locaiton
  6. Click Next. The Installation Type window displays. Select the type of installation.

    Install Type
  7. Click Next. The installer performs the pre-requisite checks and ensures all required conditions are satisfied.

    Prerequisite Checks
  8. When the pre-requisite check completes successfully, click Next. The Security Updates window will display. Enter the information as required.

    Security Updates
  9. Click Next. The Installation Summary window displays.

    Install Summary
  10. Click Install. The Installation Progress window displays.

    Install Progress
  11. Click Next when the installation completes. The Installation Complete window displays.

    Installation Complete

Creating the Required Schema Using Repository Creation Utility

To create a schema user for the dynamic_data_service domain, take the following steps:

  1. Run the RCU from the <MW_HOME>/oracle_common/bin folder. The Welcome window displays.

    Welcome Window
  2. Click Next and select the Create Repository option.

    Create Repository
  3. Click Next. Enter the database credentials where the schema user has to be created.

    Database Credentials
  4. Click Next. Specify the prefix to be used for the schema user creation. For example, INT. Select Metadata Services, Weblogic Services, and Oracle Platform Security Services.

    Specify Prefix
  5. Click Next. Specify the password.

    Specify Password
  6. Click Next. The window provides the details of tablespaces created as part of schema creation.

    Tablespace Details
  7. Click Next. The Confirmation window displays.

    Confirmation Window
  8. Click OK. The Summary window displays.

    Summary Window
  9. Click Create and proceed to create the schema. This could take a while to complete. The Summary window displays.

    Create Schema

Creating a WebLogic Domain with JRF

To create a new WebLogic domain with ADF runtime libraries, take the following steps:

  1. Run the config.sh from the <ORACLE_HOME>/oracle_common/common/bin folder. The Configuration Type window displays.

    Configuration Type
  2. Select Create a new domain, enter the domain location, and click Next. The Templates window displays. By default, the Basic WebLogic Server Domain - 12.2.1.0 [wlserver] check box is selected.

    Create New Domain
  3. Select the Oracle JRF - 12.2.1.4.0 [oracle_common], Oracle Enterprise Manager - 12.2.1.4.0 [em], Oracle WSM Policy Manager - 12.2.1.4.0 [oracle_common], and WebLogic Coherence Cluster Extension - 12.2.1.4.0[wlserver] check boxes.

  4. Click Next. The Administrator Account window displays. Enter the user credentials you want to use to log in to the WebLogic Administration Console.

    Administrator Account Window
  5. Click Next. The Domain Mode and JDK window displays. Set the Domain Mode as Production and select the JDK version (JDK 1.8 with the latest security updates) you want to use.

    Domain Mode and JDK Window
  6. Click Next. The Database Configuration Type window displays.

    1. Select the RCU Data radio button.

    2. Select Oracle as the Vendor.

    3. Select Oracle's Driver (Thin) for Service connections; Version 9.0.1 and later as the Driver.

    4. Enter the Service, Host Name, Port, Schema Owner, and Schema Password for the *_STB schema created using the RCU.

    5. Click Get RCU Configuration.

      The Connection Result Log displays the connection status.

      Connection Status
  7. Click Next. The JDBC Component Schema window displays.

    JDBC Component Schema
  8. Click Next. The JDBC Component Schema Test window displays status on whether the JDBC tests on the schemas were successful.

    JDBC Component Schema Test Window
  9. Click Next. The Advanced Configuration window displays. Select all the checkboxes, except Domain Frontend Host Capture and JMS File Store options, in this window.

    Advanced Configuratoin Window
  10. Click Next. The Administration Server window displays. Enter the Listen Address and the Listen Port details.

    Administration Server Window
  11. Click Next. The Node Manager window displays. Select the Node Manager Type and enter the Node Manager Credentials.

    Node Manager Window
  12. Click Next. The Managed Servers window displays.

    1. Click Add to add a managed server on which you will deploy USM Web Application.

    2. Enter the Server Name, Listen Address, and Listen Port for the managed server.

    3. Set the Server Groups to JRF_MAN_SRV.

    Managed Servers Window
  13. Click Next. The Clusters window displays.

    1. Click Add to add a cluster. This is an optional step in the procedure.

    Clusters Window
  14. Click Next. The Coherence Clusters window displays.

    1. Add a coherence cluster. This is an optional step in the procedure.

    Coherence Clusters Window
  15. Click Next. The Machines window displays.

    1. Click Add.

    2. Enter the Name and the Node Manager Listen Address for the managed server.

    Machines Window
  16. Click Next. The Assign Servers to Machines window displays. Add the Admin Server and the managed server to the computer.

    Assign Servers to Machines Window
  17. Click Next. The Deployments Targeting window displays. Select wsm-pm from Deployments and add it to AdminServer in Targets.

    Deployments Targeting Window
  18. Click Next. The Services Targeting window displays. Target JDBC services to Admin and Manage server.

    Services Targeting Window
  19. Click Next. The Configuration Summary window displays. Verify that all information described in this window is accurate.

    Configuration Summary Window
  20. Click Create. The Configuration Progress window displays a message when the domain is created successfully.

    Configuration Progress Window
  21. Click Next. The Configuration Success window describes the Domain Location and Admin Server URL once the configuration is complete.

    Configuration Success Window
  22. Click Finish to complete creating the WebLogic domain and managed servers with ADF runtime.

  23. Add the following security policy to the
    $ORACLE_HOME/wlserver/server/lib/weblogic.policy file:

    grant codeBase "file:/<DOMAIN_HOME>/-" {
    permission java.security.AllPermission;
    permission oracle.security.jps.service.credstore.CredentialAccessPermission
    "credstoressp.credstore", "read,write,update,delete";
    permission oracle.security.jps.service.credstore.CredentialAccessPermission
    "credstoressp.credstore.*", "read,write,update,delete";
      };
    
  24. Start the Weblogic Admin and Manage Server.