Project

General

Profile

Actions

Deployment Guide - qiwi-updateOrder

Step By Step

1. Check out qiwi-updateOrder from cvs.
2. Make sure all 3 configuration files are correct

  a. jdbc.properties - database configuration
  b. log4j.properties - Logger
  c. qiwi.properties - 
    I) excel.file     = excel file physical location
   II) sheet.name     = worksheet name (example: REGEN BILL)
  III) qiwi.url       = URL to http post to qiwi
   IV) qiwi.sql.query = sql statement to update

3. FOR PRODUCTION ONLY
search for 'httpPost(url)' in TriggerQiwi.java and uncomment it.

4. Right click on 'build.xml', --> Run As --> Ant Build
5. To execute the program.
1. Open command prompt, 
2. go into dist folder, 
3. type 'java -jar qiwi-updateOrder.jar'.

Updated by Soh Keong over 12 years ago ยท 1 revisions