Project

General

Profile

Actions

Deployment Guide » History » Revision 4

« Previous | Revision 4/9 (diff) | Next »
chin-yeh, 02/22/2012 10:49 AM


Deployment Guide

This guide is mainly for first-time deployment. For the subsequences deployment, you should only deploy the files you have modified.

see also Programming Guide

Steps:
  1. Execute the MPAY_INTERFACE SQL to create the payment interface table
  2. Follow the instructions in this FAQ to remove the restriction on cryptographic strength.
  3. Go to the Files tab, and then download the following libraries & certificate files:
    • bcprov-jdk14-125.jar
    • MerchantAdmin.jar
    • MerchantClient.jar
    • choose one only:
      • cert_test.zip - for test environment
      • cert_live.zip - for live environment
  4. Extract the downloaded certificate file (cert_test.zip or cert_live.zip) and place it into the following location:
    • server.crt - place it in /data/mpay
    • merchant.p12 - place it in /data/mpay
  5. Prepare the following files and these files can be found in SCM:
    • Java class files
      • all of the files in my.com.eCosway.mpay
    • properties files
      • /resources/properties/mpay.properties
  6. Deploy those files that prepared in the previous step to application server:
    • Java class files - to WEB-INF/classes
    • properties files - to WEB-INF/classes
  7. Restart the application server
  8. Done

Updated by chin-yeh over 12 years ago · 4 revisions