Project

General

Profile

Actions

Deployment Guide - connector-batch

This guide describes how to deploy connector-batch project. Assumes that it is deployed to:

/usr/ecosway/batches/connector

The connector-batch's source codes can be found in:

connector-batch

This project consists of the following types of files:
  • Java class files
  • properties files - e.g. db.properties
  • project dependencies - e.g. commons-logging.jar

Steps-by-Steps

  1. checkout the connector-batch and import it into the Eclipse workspace
  2. after imported, compile the whole project
  3. if no compile error, upload the compiled files to the targeted location based on the following table:
    Project folder Targeted folder Remark
    connector-batch/bin /usr/ecosway/batches/connector/bin consists of class files and properties files
    connector-batch/lib /usr/ecosway/batches/connector/lib consists of project dependencies
    connector-batch/scripts /usr/ecosway/batches/connector/scripts consists of shell scripts

Updated by chin-yeh over 12 years ago ยท 2 revisions