Deploy vp-batch » History » Version 3
chin-yeh, 08/15/2011 06:20 PM
1 | 1 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | h1. Deploy vp-batch |
||
4 | |||
5 | h2. First Time Deployment |
||
6 | |||
7 | 2 | chin-yeh | *For first time deployment only* |
8 | |||
9 | All of the following files can be obtained from: |
||
10 | > HEAD of *vp-batch* module in [[wiki#scm|SCM]] |
||
11 | |||
12 | *Steps:* |
||
13 | # create the following folder: |
||
14 | ** /usr/ecosway/batches/vp-batch/classes |
||
15 | ** /usr/ecosway/batches/vp-batch/lib |
||
16 | ** /usr/ecosway/batches/vp-batch/logs |
||
17 | ** /usr/ecosway/batches/vp-batch/scripts |
||
18 | # Uploads the following libraries to */usr/ecosway/batches/vp-batch/lib* |
||
19 | ** lib/slf4j-api-1.6.1.jar |
||
20 | ** lib/jcl-over-slf4j-1.6.1.jar |
||
21 | ** lib/log4j-1.2.16.jar |
||
22 | ** lib/slf4j-log4j12-1.6.1.jar |
||
23 | ** lib/db2-jdbc3-3.6.60.jar |
||
24 | ** lib/db2-jdbc-license-9.1.FP4.jar |
||
25 | 3 | chin-yeh | # Uploads the compiled class, */com/ecosway/utils/HashUtils.class* to */usr/ecosway/batches/vp-batch/classes/com/ecosway/utils* |
26 | 2 | chin-yeh | # Uploads the *log4j.properties* to */usr/ecosway/batches/vp-batch/classes* |
27 | |||
28 | 1 | chin-yeh | h2. Steps |