1 Create Property File for REST Services Application

This topic describes the steps to create property files for REST Services Application.

The installer generates the following files based on the chosen Gateway Application Type:
  • GW_RESTEJB_Prop.properties
  • gw_restejb_logger.properties
  • GW_REST_Prop.properties
  • gw_rest_logger.properties

Follow the steps given below to create property files:

  1. Start Oracle FLEXCUBE Universal Installer.
    The Oracle FLEXCUBE Universal Installer is displayed.

    Figure 1-1 Oracle FLEXCUBE Universal Installer



  2. On Oracle FLEXCUBE Universal Installer screen, enter the following details.
    Refer to the table for JDK and Oracle Home path.

    Table 1-1 JDK and Oracle Home path

    Field Description
    JDK Path

    Provide Home folder path of JDK1.8.

    Oracle Home

    Provide home folder path of Oracle Client or Database.

    Application Server Home

    Provide home folder path of Application Server.

    Application Server Location

    Select location of the application server either local or remote.

  3. Click Next to select the option for installation.
  4. Select Oracle FLEXCUBE Gateway from the lists of Oracle FLEXCUBE options.
    The available options for installation are displayed.

    Figure 1-2 Oracle FLEXCUBE Gateway



  5. Click Next to choose Oracle FLEXCUBE component for installation.
  6. Select Property File.
    The available options Property File, Database, Build Application, and Deploy Application are displayed.

    Figure 1-3 Select Property File



  7. Specify the operating system in which you are creating the property file. Choose the appropriate one from the drop-down list.
  8. Specify the application server in which you are creating the property file. Choose the appropriate one from the drop-down list.
  9. Specify the database server in which you are creating the property file. Choose the appropriate one from the drop-down list.
  10. Select REST Services from Gateway application type.
    The following screen is displayed.

    Figure 1-4 Gateway Application Type_REST Services



  11. Click Next to enter REST EJB details.
    The following screen is displayed.
  12. On REST EJB Properties screen, enter the following details.
    Refer to the table for REST EJB Properties.

    Table 1-2 REST EJB Properties

    Field Description
    Logger File

    Specify logger property file path.

    Debug Path

    Specify the path where debugs are to be written.

    Security Key for Encryption

    Specify the security key for the encryption. In this case it is oraclefinancials.

    This field is editable if Platform Security is Yes.

    Msg Schema Pool Name

    Specify the valid pool name. The default name is jdbc/fcjdevDSSMS.

    MSG IN LOG Required

    Choose if Yes/No from the drop-down.

    MSG OUT LOG Required

    Choose if Yes/No from the drop-down.

    Deployment Type

    Choose if Individual /Integrated from the drop-down.

    Platform Security

    Choose if Yes/No from the drop-down.

  13. Click Next to enter REST WS properties.
    The following screen is displayed.

    Figure 1-6 REST Services Properties



  14. On REST Services Properties screen, enter the following details.
    Refer to the table for REST Services Properties.

    Table 1-3 REST Services Properties

    Field Description
    Logger File

    Specify logger property file path.

    Debug Path

    Specify the path where debugs are to be written.

    CTX factory

    Specify valid CTX factory information.

    WebSphere: com.ibm.websphere.naming.WsnInitialContextFactory

    WebLogic: weblogic.jndi.WLInitialContextFactory

    Security Principal

    Specify security principal username.

    JNDI Name

    JNDI Name will be defaulted based on application server selected.

    WebLogic: GWRestEJB#com.ofss.fcc.gw.rest.GWRestRemote

    WebSphere: ejb/GWRestEJB/GWRestEJB.jar/GWRestEJB#com.ofss.fcc.gw.rest.GWRestRemote

    Provider URL

    Specify URL with valid port number.

    WebLogic: t3://<ipaddress>:<Port>

    eg t3://ofss220392:9101

    WebSphere: iiop://<ipaddress>:<BootStrap Port>

    eg iiop://whf00cdc:2812

    Security Credentials

    Specify security principal password.

  15. Click Next to save property File.

    Figure 1-7 Status of the object loaded



This completes the property file creation for REST Services.