Project

General

Profile

Deployment - DaemonBatches » History » Revision 6

Revision 5 (chin-yeh, 04/20/2011 03:47 PM) → Revision 6/7 (chin-yeh, 07/22/2011 10:37 AM)

{{toc}} 

 h1. Deployment - Daemon/Batches 

 *Prerequisite:* 
 * Completed [[Installation]] section 
 * Completed [[Configuration]] section 

 *Steps:* 
 # check out the project and import it into eclipse workspace. 
 > *module name:* ecwyqconnector-batch 
 *module version:* _see_ [[Documentation#ModulesComponents|Components]] 
 # execute the maven goal: 
 <pre>clean</pre> 
 # then, execute the maven goal: 
 <pre>package</pre> 
 # upload all of the *jar* files in the folder, *target/dist* to: 
 <pre>/usr/ecosway/daemon/qconnector/lib</pre> 
 ** overwrite if exists 
 # upload all of the *xml* and *properties* files in the folder, *target/classes* to: 
 <pre>/usr/ecosway/daemon/qconnector/config</pre> 
 # upload the folder, *targer/classes/com* to: 
 <pre>/usr/ecosway/daemon/qconnector/classes</pre> 
 # done.