Project

General

Profile

Deployment Guide - connector-batch » History » Version 2

chin-yeh, 01/03/2012 04:08 PM

1 1 chin-yeh
{{toc}}
2
3
h1. Deployment Guide - connector-batch
4
5 2 chin-yeh
This guide describes how to deploy <code>connector-batch</code> project. Assumes that it is deployed to:
6
> <code>/usr/ecosway/batches/connector</code>
7 1 chin-yeh
8
The <code>connector-batch</code>'s source codes can be found in:
9
> [[Wiki#connector-batch|connector-batch]]
10 2 chin-yeh
11
This project consists of the following types of files:
12
* *Java class files*
13
* *properties files* - e.g. db.properties
14
* *project dependencies* - e.g. commons-logging.jar
15
16
h2. Steps-by-Steps
17
18
# checkout the [[Wiki#connector-batch|connector-batch]] and import it into the *Eclipse* workspace
19
# after imported, *compile the whole project*
20
# if no compile error, upload the *compiled files* to the *targeted location* based on the following table:
21
|_.Project folder|_.Targeted folder|_.Remark|
22
|<code>connector-batch/bin</code>|<code>/usr/ecosway/batches/connector/bin</code>|consists of class files and properties files|
23
|<code>connector-batch/lib</code>|<code>/usr/ecosway/batches/connector/lib</code>|consists of project dependencies|
24
|<code>connector-batch/scripts</code>|<code>/usr/ecosway/batches/connector/scripts</code>|consists of shell scripts|