Download Oracle JDK 1.8 in all the nodes of the setup.
In the environment variables, update the JAVA_HOME and PATH variables. For instance, you can do this on a Mac/Linux server by adding the following to the ~/.bashrc file:
wso2-obam-1.4.0.zip (WSO2 Open Banking API Manager)
wso2-obkm-1.4.0.zip(WSO2 Open Banking Key Manager)
Expand
title
Click here to see how to download the packs from WUM
Multiexcerpt include
MultiExcerptName
WUM_Instructions
PageWithExcerpt
Setting Up Servers
Setup a database server using MySQL 5.7+, Microsoft SQL Server 2016+ or, Oracle 12c.
...
Multiexcerpt
MultiExcerptName
settingupDatabase
In order to start the servers, configure the databases in both the API Manager (APIM) and the Key Manager (KM) according to the open banking specification, as follows:
step1
Open the <WSO2_OB_KM_HOME>/repository/resources/finance/scripts/startup.properties file and configure the following:
Specify the hostnames for the APIM and KM servers.
xml
Configure the databases related properties.
Database Property
Description
DB_TYPE
Type of the database you installed
DB_USER
Database user
DB_PASS
Password set for the database connection
DB_HOST
Name of the database server
DB_DRIVER
Configure DB_DRIVER according to the database installed:
If you're setting up Open Banking for Berlin and using an Oracle database, update the data type of the given field:
Click here to see the field to be updated...
Database
openbank_apimgtdb
Table
openbank
AM_APPLICATION_
openbankingdbopenbank_userdb
REGISTRATION
openbank_govdb
openbank_iskm_configdb
openbank_mbstoredb
Field
INPUTS
Data type
CLOB
Run the <WSO2_OB_KM_HOME>/repository/resources/finance/scripts/configure-km.sh file using the following command:
If you're setting up Open Banking for Berlin:
Update the data type of the given field to CLOB:
Database
openbank_apimgtdb
Table
AM_APPLICATION_REGISTRATION
Field
INPUTS
Data type
CLOB
Go to the <WSO2_OB_APIM_HOME>/repository/resources/finance/scripts directory and configure the database properties in the startup.properties file, similar to .
Run the <WSO2_OB_APIM_HOME>/repository/resources/finance/scripts/configure-am.sh file.
You have configured databases in . By running configure.sh files, you set the database credentials with reference to the configuration files.
Configure the deployed open-banking specification accordingly.
By default, values are set for the UK specification. Other supported specifications include:
By default, the solution contains the UK configurations.
UKxmlBerlinxml
You are now ready to start the Key Manager and API Manager servers. In the command line, navigate to the <WSO2_OB_KM_HOME>/bin directory, and run the following command:
Run the same command from the <WSO2_OB_APIM_HOME>/bin directory to start the WSO2 OB APIM server.