Actions
Deployment Guide » History » Revision 4
« Previous |
Revision 4/9
(diff)
| Next »
chin-yeh, 02/22/2012 10:49 AM
- Table of contents
- Deployment Guide
Deployment Guide¶
This guide is mainly for first-time deployment. For the subsequences deployment, you should only deploy the files you have modified.
Steps:see also Programming Guide
- Execute the MPAY_INTERFACE SQL to create the payment interface table
- Follow the instructions in this FAQ to remove the restriction on cryptographic strength.
- 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 environmentcert_live.zip
- for live environment
- 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
- Prepare the following files and these files can be found in SCM:
- Java class files
- all of the files in
my.com.eCosway.mpay
- all of the files in
- properties files
/resources/properties/mpay.properties
- Java class files
- 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
- Java class files - to
- Restart the application server
- Done
Updated by chin-yeh almost 13 years ago · 4 revisions