Deployment - DaemonBatches » History » Revision 5
Revision 4 (chin-yeh, 04/20/2011 02:52 PM) → Revision 5/7 (chin-yeh, 04/20/2011 03:47 PM)
{{toc}} h1. Deployment - Daemon/Batches *Prerequisite:* * Completed [[Installation]] section *Steps:* # check out Generally, the project and import it deployment for batches/daemon splitted into eclipse workspace. 2 parts: > *module name:* ecwyqconnector-batch * [[Deployment_-_DaemonBatches#Upload-libraries|Upload libraries]] *module version:* _see_ [[Documentation#ModulesComponents|Components]] * [[Deployment_-_DaemonBatches#Upload-XMLproperties-file|Upload XML/properties file]] # 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. * [[Deployment_-_DaemonBatches#Upload-daemonbatches|Upload daemon/batches]] h2. Upload libraries h2. Upload XML/properties file h2. Upload daemon/batches