Project

General

Profile

Deployment Guide » History » Version 3

chin-yeh, 02/22/2012 10:33 AM

1 1 chin-yeh
{{toc}}
2
3
h1. Deployment Guide
4 2 chin-yeh
5 3 chin-yeh
This guide is mainly for *first-time deployment*. For the subsequences deployment, you should only deploy the files you have modified.
6
7 2 chin-yeh
> see also [[Programming Guide]]
8 3 chin-yeh
9
_Steps:_
10
# Prepare the following files and these files can be found in [[wiki#SCM|SCM]]:
11
** _Java class files_
12
*** all of the files in <code>my.com.eCosway.mpay</code>
13
** _properties files_
14
*** <code>/resources/properties/mpay.properties</code>
15
# Execute the [[Specification#Tables-Used|MPAY_INTERFACE]] SQL to create the payment interface table
16
# Follow the instructions in this [[FAQ#Exception-Illegal-key-size-or-default-parameters-being-thrown]] to remove the restriction cryptographic strength.
17
# Go to the *Files* tab, and then download the following libraries:
18
** <code>bcprov-jdk14-125.jar</code>
19
** <code>MerchantAdmin.jar</code>
20
** <code>MerchantClient.jar</code>