Project

General

Profile

Deployment » History » Version 2

chin-yeh, 10/28/2010 02:53 PM

1 2 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Deployment
4 2 chin-yeh
5
This section describes how to deploy components/modules to the servers.
6
7
Below table summarizes the deployment's tasks:
8
|_.Component|_.Type|_.Target|
9
|ecwyconnector|WAR|Dot Com Mall|
10
|ecosway-adaptor|JAR|US Mall|
11
|ws-mimic|WAR|US Mall / QueueSystem|
12
|ws-status|WAR|US Mall|
13
14
In general, this deployment task involves 2 parts: 
15
# upload the relevant properties files
16
# upload the WAR or JAR file
17
18
All of the properties files can be found in SVN repository:
19
> http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config
20
21
h2. Upload properties files
22
23
*This section is dedicated for the first time deployment only.* For the subsequent deployment, you should update the existing properties files if needed. 
24
25
All of the properties files should store in the directory:
26
> /data/qconnector
27
28
h3. ws-mimic
29
30
*List of the properties files needed:*
31
* *note*: replace {environment} with either *production* (for production environment) or *development* (for development environment)
32
* http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/{environment}/ws-mimic/properties/application.properties
33
* http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/{environment}/ws-mimic/properties/jndi-factory.properties
34
35
*Steps:*
36
# see [[Deployment#Deployment]] section for the deployment target
37
38
h3. ecosway-adaptor
39
40
41
h2. Upload WAR/JAR file