Project

General

Profile

Actions

Deployment - DaemonBatches » History » Revision 5

« Previous | Revision 5/7 (diff) | Next »
chin-yeh, 04/20/2011 03:47 PM


Deployment - Daemon/Batches

Prerequisite: Steps:
  1. check out the project and import it into eclipse workspace.

module name: ecwyqconnector-batch

module version: see Components
  1. execute the maven goal:
    clean
  2. then, execute the maven goal:
    package
  3. upload all of the jar files in the folder, target/dist to:
    /usr/ecosway/daemon/qconnector/lib
    • overwrite if exists
  4. upload all of the xml and properties files in the folder, target/classes to:
    /usr/ecosway/daemon/qconnector/config
  5. upload the folder, targer/classes/com to:
    /usr/ecosway/daemon/qconnector/classes
  6. done.

Updated by chin-yeh over 13 years ago · 5 revisions