Project

General

Profile

Actions

Deployment » History » Revision 3

« Previous | Revision 3/25 (diff) | Next »
chin-yeh, 10/28/2010 03:11 PM


Deployment

This section describes how to deploy components/modules to the servers.

Below table summarizes the deployment's tasks:
Component Type Target
ecwyconnector WAR Dot Com Mall
ecosway-adaptor JAR US Mall
ws-mimic WAR US Mall / QueueSystem
ws-status WAR US Mall
In general, this deployment task involves 2 parts:
  1. upload the relevant properties files
  2. upload the WAR or JAR file

All of the properties files can be found in SVN repository:

http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config

Upload properties files

This section is dedicated for the first time deployment only. For the subsequent deployment, you should update the existing properties files if needed.

All of the properties files should store in the directory:

/data/qconnector

ws-mimic

List of the properties files to be uploaded: Steps:
  1. see the Deployment section for the deployment target
  2. upload the following files to /data/qconnector/ws-mimic/ directory via ftp or sftp:
    • application.properties
    • jndi-factory.properties
  3. make sure everyone has the read-access to the above files
  4. done

ecosway-adaptor

List of the properties files to be uploaded: Steps:
  1. see the Deployment section for the deployment target
  2. upload the following file(s) to /data/qconnector/ecosway-adaptor/ directory via ftp or sftp:
    • application.properties
    • database.properties
  3. upload the following file(s) to /data/qconnector/ecosway-adaptor/registration/ directory via ftp or sftp:
    • template.properties
  4. make sure everyone has the read-access to the above files
  5. done

Upload WAR/JAR file

Updated by chin-yeh almost 14 years ago · 3 revisions