1 Create Property File for REST Services Application
This topic describes the steps to create property files for REST Services Application.
- 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:
- Start Oracle FLEXCUBE Universal Installer.The Oracle FLEXCUBE Universal Installer is displayed.
Figure 1-1 Oracle FLEXCUBE Universal Installer
- 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.
- Click Next to select the option for installation.
- Select Oracle FLEXCUBE Gateway from the lists of
Oracle FLEXCUBE options.The available options for installation are displayed.
- Click Next to choose Oracle FLEXCUBE component for installation.
- Select Property File.The available options Property File, Database, Build Application, and Deploy Application are displayed.
- Specify the operating system in which you are creating the property file. Choose the appropriate one from the drop-down list.
- Specify the application server in which you are creating the property file. Choose the appropriate one from the drop-down list.
- Specify the database server in which you are creating the property file. Choose the appropriate one from the drop-down list.
- Select REST Services from Gateway application
type.The following screen is displayed.
Figure 1-4 Gateway Application Type_REST Services
- Click Next to enter REST EJB details.The following screen is displayed.
- 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.
- Click Next to enter REST WS properties.The following screen is displayed.
- 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.
- Click Next to save property File.