Project

General

Profile

Deployment - DaemonBatches » History » Version 7

chin-yeh, 07/22/2011 11:05 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 7 chin-yeh
<pre>/opt/ecosway/daemon/qconnector/lib</pre>
19 5 chin-yeh
** overwrite if exists
20
# upload all of the *xml* and *properties* files in the folder, *target/classes* to:
21 7 chin-yeh
<pre>/opt/ecosway/daemon/qconnector/config</pre>
22 5 chin-yeh
# upload the folder, *targer/classes/com* to:
23 7 chin-yeh
<pre>/opt/ecosway/daemon/qconnector/classes</pre>
24 5 chin-yeh
# done.