You are on page 1of 6

FCIDE (Core) Frontend and Backend

Setup Guidelines
Frontend and Backend Setup Guidelines
6/1/2013

Document No.
Version No. 1.0
Created by Ashish Verma

© 2013 Infosys Limited. Strictly private and confidential. No part of this document should
be reproduced or distributed without the prior permission of Infosys Limited.
FSDP – FCIDE (Core) 2.5.0 Frontend & Backend Setup Guidelines Infosys Limited

Table of Contents
1. Frontend Setup – Finbranch..................................................................................................3
Finbranch configuration steps:..........................................................................................................3

2. Backend Setup - Finlistval.....................................................................................................4


2.1 Get install_finlistval_dev.sh..................................................................................................4
2.2 Execute script.........................................................................................................................4
2.3 Folder creation for Scripts....................................................................................................4
2.3.1 MT Folder Creation.........................................................................................................4
2.3.2 WTEST Folder Creation.................................................................................................4
2.4 Profile and Session Setup....................................................................................................5

Page 2 of 6
FSDP – FCIDE (Core) 2.5.0 Frontend & Backend Setup Guidelines Infosys Limited

1. Frontend Setup – Finbranch


This section aims to provide steps for Finbranch setup and configuration on local development
environment.

Finbranch configuration steps:


1. Extract finbranch.tar.gz in local application server
2. Copy the custom resource file finbranchResourcecustom_INFENG.res in the below path.
Sample file is provided.
<finbranch>/WEB-INF/resource/

3. Copy the following files from <finbranch>/samples/ to <finbranch>/WEB-INF/properties/


application.properties
finbranch.properties
finint.properties
referral.properties
profile.properties

4. Copy finbranchcustom.properties file (provided below) <finbranch>/WEB-INF/properties/

5. Copy web.xml from <finbranch>/samples/ to <finbranch>/WEB-INF/


6. Copy the following files from <finbranch>/samples/ to <finbranch>/WEB-INF/vrp/
customupdates.dat
langcodes.lst
localupdates.dat

7. Copy fin_fe_types.xml (provided below) to <finbranch>/samples/wbfiles folder.

8. Copy limoclient.cfg from <finbranch>/samples/ folder to <finbranch>/data/

Edit limoclient.cfg file under LIMOC_SECTION=SERVICENAME_SrvcRoutines


PRIMARY_IP=<IP of the Unix M/c>
PORT_NUM=<delisrvr port no>
This port number should be the one which has been given during backend setup. Discussed in
section 2.2.

Page 3 of 6
FSDP – FCIDE (Core) 2.5.0 Frontend & Backend Setup Guidelines Infosys Limited

2. Backend Setup - Finlistval


This section aims to setup or configure backend finlistval services for invoking and testing menus
designed/customized using Finacle Customization IDE (Core) tool.

2.1 Get install_finlistval_dev.sh


Place install_finlistval_dev.sh script in Unix home directory.

2.2 Execute script


 Run install_finlistval_dev.sh in home directory. It will create finlistval folder with the required
structure.

Unix Command:
sh install_finlistval_dev.sh

 Open the script in vi editor and provide a free port number.


port=28010

Unix Command for checking a free port:


netstat -a | grep <port no.>

 After successful installation with port number specified, update the port number as below:
o In case of Resin - Update the port no. in limoclient.cfg
o In case of JBoss - Update the port no. in jlimosrvr.cfg

2.3 Folder creation for Scripts


2.3.1 MT Folder Creation
Create folder named MT in home directory and place oneMenu.sql file inside the folder.

2.3.2 WTEST Folder Creation

Create folder structure WTEST/scripts/ in Unix home and place script files in this folder. Below are
sample script files that can be used for testing simple custom menus.

Page 4 of 6
FSDP – FCIDE (Core) 2.5.0 Frontend & Backend Setup Guidelines Infosys Limited

2.4 Profile and Session Setup

• Set the development environment, by running the command ‘devenv’ and the ‘dev.com’.
• Create user and terminal profiles for your user-id using the following commands:

uprcopy <existing user-profile> <your UNIX user-id>


tprcopy <existing terminal-profile> <your UNIX user-id

First argument for the two commands should be the user id which already has terminal profiles.
Example:
uprcopy e1407324 e140667
tprcopy e140732 e140667

Page 5 of 6

You might also like