Deployment Guide » History » Revision 3
Revision 2 (chin-yeh, 02/21/2012 05:49 PM) → Revision 3/9 (chin-yeh, 02/22/2012 10:33 AM)
{{toc}} h1. 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:_ # Prepare the following files and these files can be found in [[wiki#SCM|SCM]]: ** _Java class files_ *** all of the files in <code>my.com.eCosway.mpay</code> ** _properties files_ *** <code>/resources/properties/mpay.properties</code> # Execute the [[Specification#Tables-Used|MPAY_INTERFACE]] SQL to create the payment interface table # Follow the instructions in this [[FAQ#Exception-Illegal-key-size-or-default-parameters-being-thrown]] to remove the restriction cryptographic strength. # Go to the *Files* tab, and then download the following libraries: ** <code>bcprov-jdk14-125.jar</code> ** <code>MerchantAdmin.jar</code> ** <code>MerchantClient.jar</code>