Project

General

Profile

Deployment - DaemonBatches » History » Version 5

chin-yeh, 04/20/2011 03:47 PM

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
8 5 chin-yeh
*Steps:*
9
# check out the project and import it into eclipse workspace.
10
> *module name:* ecwyqconnector-batch
11
*module version:* _see_ [[Documentation#ModulesComponents|Components]]
12
# execute the maven goal:
13
<pre>clean</pre>
14
# then, execute the maven goal:
15
<pre>package</pre>
16
# upload all of the *jar* files in the folder, *target/dist* to:
17
<pre>/usr/ecosway/daemon/qconnector/lib</pre>
18
** overwrite if exists
19
# upload all of the *xml* and *properties* files in the folder, *target/classes* to:
20
<pre>/usr/ecosway/daemon/qconnector/config</pre>
21
# upload the folder, *targer/classes/com* to:
22
<pre>/usr/ecosway/daemon/qconnector/classes</pre>
23
# done.