Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

VolPay2x Installation Document

Version: 1.0

Prepared By: Balaji Baskar

Created On: 31st January, 2023


Prerequisites

Reference System Details

Processor 11th Gen Intel (R) Core (TM) i5-1135G7 @ 2.40GHz 1.38 GHz

Installed RAM 16.0 GB

System Type 64-bit operating system, x64-based processor

Edition Windows 10 Pro

Version 21H2

OS Build 19044.2486

Required Software’s

Oracle Database 18c Express Edition (Windows 64-bit) Mandatory

DBeaver Community 22.3.3 Optional

Required Package’s

VolPayHub_c2_24_2.zip Mandatory

DB.DMP Mandatory
Oracle Database Installation

Install Oracle Database 18c Express Edition. Before clicking the Finish button (from the installation wizard)
take a note of the following details.

In order to check the current installation. Connect to the database using SQLPLUS and try running a sample
query.
Oracle Database Configuration

We will be creating a username “volpaycore2_24_2” and granting him dba privileges.

SQL> create user c##volpaycore2_24_2 identified by volpaycore2_24_2;

SQL> grant dba to c##volpaycore2_24_2;

Execute the following command on the command prompt to import the tables.

imp system/password fromuser=volpaycore2_24_2 TOUSER=c##volpaycore2_24_2 file=C:\\DB.DMP


You will notice that the “c##volpaycore2_24_2” schema is now populated with all required tables.
VOLPAY HUB Setup

Extract files from “VolPayHub_c2_24_2.zip” to “C:\VolPayHub_c2_24_2”

Open command prompt and run “VolPayPackager.cmd” in “C:\VolPayHub_c2_24_2”

Ensure VOLANTE_HOME and VOLANTE_RUNTIME_HOME system variables are defined.

You will see the following message once the windows command script execution is completed.

Note: Pressing any key closes this command prompt window.


All the WAR files will be available at “C:\VolPayHub_c2_24_2\VolPayHub\apache-tomcat\webapps”

Deleted the highlighted files and retain only the following files: VolPayChannel.war, VolPayHub.war,
VolPayHubBankSimulator.war, VolPayHubUI.war, VolPayRest.war

Update the username and password that was created and used to connect to Oracle.

C:\VolPayHub_c2_24_2\VolPayHub\apache-tomcat\conf\context.xml
Open C:\VolPayHub_c2_24_2\VolPayHub\apache-tomcat\conf\server.xml

Line 69: Update port to 8090 from 8009

Line 71: Update redirectPort to 8447 from 8443

Line 96: Update port to 8447 from 8443

Open command prompt and change directory to point to “C:\VolPayHub_c2_24_2\VolPayHub”

Run the following windows command script: “runAll.cmd”


A successful start of ActiveMQ would bring a similar screen as shown below.

A successful start of Tomcat would bring a similar screen as shown below.

Logs are in “C:\VolPayHub_c2_24_2\VolPayHub\apache-tomcat\logs”


Open your web browser to navigate to https://localhost:8447/VolPayHubUI/

Note: If you get the NET::ERR_CERT_AUTHORITY_INVALID error in a Microsoft Edge browser you can
bypass it by going to “Advanced” and clicking on “Continue to <website> (unsafe)” option.

Use the following credentials to login to VolPay

Username = VolPay1 or VolPay2

Password = admin@123

Click on Login to continue.


A successful login brings you to the VolPay - Payments Dashboard screen.

DO YOU KNOW?

If the VolPay application is not accessed for considerable amount of time, your session would be
automatically terminated, and you would need to login back to the application.

*** END OF DOCUMENT ***

You might also like