Deployment - DaemonBatches » History » Version 6
chin-yeh, 07/22/2011 10:37 AM
1 | 2 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | 1 | chin-yeh | h1. Deployment - Daemon/Batches |
4 | 2 | chin-yeh | |
5 | *Prerequisite:* |
||
6 | * Completed [[Installation]] section |
||
7 | 6 | chin-yeh | * Completed [[Configuration]] section |
8 | 2 | chin-yeh | |
9 | 5 | chin-yeh | *Steps:* |
10 | # check out the project and import it into eclipse workspace. |
||
11 | > *module name:* ecwyqconnector-batch |
||
12 | *module version:* _see_ [[Documentation#ModulesComponents|Components]] |
||
13 | # execute the maven goal: |
||
14 | <pre>clean</pre> |
||
15 | # then, execute the maven goal: |
||
16 | <pre>package</pre> |
||
17 | # upload all of the *jar* files in the folder, *target/dist* to: |
||
18 | <pre>/usr/ecosway/daemon/qconnector/lib</pre> |
||
19 | ** overwrite if exists |
||
20 | # upload all of the *xml* and *properties* files in the folder, *target/classes* to: |
||
21 | <pre>/usr/ecosway/daemon/qconnector/config</pre> |
||
22 | # upload the folder, *targer/classes/com* to: |
||
23 | <pre>/usr/ecosway/daemon/qconnector/classes</pre> |
||
24 | # done. |