2.4 Payments WAR Files Generation
- Folder MICROSERVICE contain a tar fileobpm_services.tar.gz
- Extract the content of this tar file to get a folderobpm_services.
- Navigate to the obpm_services.
- Edit file generateWarCommonEnv.sh to set the variable JDK_BIN_PATH with a value pointing to the location where JDK executable islocated.
- Execute script shgenerateAllWars.sh
- This script will generate a war file within eachfolder. For example:
<extracted folder>/obpm_services/obpm-foundation-service/obpm-
foundation-service-9.6.0.war
List of war files and their dependencies.
Details of each war file are mentioned in the Release Notes.
The deployment order with same number means they can be deployed in parallel.
WAR File Name Payment Types / Features Deployment Order (Continued from previous section) obpm-api-gateway -- 3 obpm-foundation-service Single Pay, C2B File Processing, Master Jobs, File Envelop 4 obpm-interface-service Asynchronous responses from the External Systems 5 obpm-generic-service Book Transfer, Generic ACH CT and DD Services 6 obpm-crossborder-service Cross Border Payments Service 7 obpm-china-service China Payments Service 7 obpm-europe-service SEPA CT and DD Services 7 obpm-europe-instant-service SEPA Instant Payment Service 7 obpm-us-service US ACH and Fedwire Payment Services 7 obpm-us-instant-service US RTP Payment Services 7 obpm-india-service India NEFT and RTGS Payment Services 7 obpm-india-upi-fin-service India UPI Services 7 obpm-india-upi-nonfin-service India UPI Services 7 obpm-india-upi-psp-fin-service India UPI Services 7 obpm-india-upi-psp-nonfin-service India UPI Services 7 obpm-india-imps-service India IMPS Services 7
Parent topic: Building Application for Setup