UniPay Directory Structure

Top Level Resources:


Name Type Description
$app-home Virtual Root folder for UniPay installation
$ftpgates-root Virtual Root folder for FTP Gates's batch service. All file exchanges occur through this folder.

Files to be sent to Providers are placed in respective sub-folders and are subsequently processed by UniBroker or by UniPay. Tokenization results are placed in respective sub-folder by UniBroker for further consumption by UniPay.
$profiles-home Virtual Stores build profiles and associated resources necessary for the application deployment.
$sources-home Virtual Root directory for the repository with the source code (currently GIT).
$telium2-root Virtual Root directory for the entire file structure inside the terminal from the Tellium2 family. This directory can contain 5 applications.
$unibroker-home Virtual Root folder for UniBroker installation
$unibroker-root Virtual Root folder for UniBroker's batch service. All file exchanges occur through this folder.

Files to be sent to Providers are placed in respective sub-folders and are subsequently processed by UniBroker. Results are placed by respective sub-folders by UniBroker for further consumption by UniPay.

Resource Types:


Directoryphysical directory on server's hard drive
Filephysical file on server's hard drive
Virtualvirtual directory, which maps to a physical directory, name and location of which are determined by the deployment conditions and requirements


properties
($profiles-home/[name]-[type]/properties)
Added On:  04/06/12
Status:  Active
Type:  Directory
Parent:  [name]-[type]
Stores property files used by various parts of the application.

Contents:


Name Type Status Description
ibilling-client.properties File Active Stores properties necessary to initialize remote UniBill clients through the integration API
jboss-config.properties File Pending Stores properties used for jboss config: standalone.xml
merchant-fee-template.properties File Active Stores merchant fee configurations available in this application deployment. The key of a property is the name of the Merchant Fee configuration visible on UI, the value of a property is a full name of a Java class that implements configuration logic for the Merchant Fee structure.


In order to make these settings accessible to the application, the file must be placed into $app-home/resources directory on the server.
provider-profile-defaults.properties File Active Stores default settings for provider profiles for the given deployment. Fields with default values defined in this file will not show up on UI in 'reduced' mode.


In order to make these settings accessible to the application, the file must be placed into $app-home/resources directory on the server.
sunlync.properties File Active Stores properties necessary to access Sunlync application.

The file is only present in UniPay installations that take advantage of Sunlync integration functionality (part of UniBill and UniSell).
unibroker.properties File Active Stores properties used by UniBroker.
unipay-build.properties File Active Stores properties used during build process of UniPay binaries.