Deployment » History » Revision 10
« Previous |
Revision 10/25
(diff)
| Next »
chin-yeh, 10/28/2010 05:53 PM
- Table of contents
- Deployment
Deployment¶
Prerequisite:- Completed Installation section
- Completed Configuration section
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 / QueueSystem |
ecosway-adaptor | JAR | US Mall |
ws-mimic | WAR | US Mall / QueueSystem |
ws-status | WAR | US Mall |
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:- Note: replace {environment} with either production (for production environment) or development (for development environment)
- see the Deployment section for the deployment target
- upload the following files to /data/qconnector/ws-mimic/ directory via ftp or sftp:
- application.properties
- jndi-factory.properties
- make sure everyone has the read-access to the above files
- done
ecosway-adaptor¶
List of the properties files to be uploaded:- Note: replace {environment} with either production (for production environment) or development (for development environment)
- application.properties - http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/{environment}/ecosway-adaptor/properties/application.properties
- database.properties - http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/{environment}/ecosway-adaptor/properties/database.properties
- registration/template.properties - http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/{environment}/ecosway-adaptor/properties/registration/template.properties
- see the Deployment section for the deployment target
- upload the following file(s) to /data/qconnector/ecosway-adaptor/ directory via ftp or sftp:
- application.properties
- database.properties
- upload the following file(s) to /data/qconnector/ecosway-adaptor/registration/ directory via ftp or sftp:
- template.properties
- make sure everyone has the read-access to the above files
- done
ws-status¶
List of the properties files to be uploaded:- Note: replace {environment} with either production (for production environment) or development (for development environment)
- see the Deployment section for the deployment target
- upload the following file(s) to /data/qconnector/ws-status/ directory via ftp or sftp:
- database.properties
- make sure everyone has the read-access to the above files
- done
Deploy WAR/JAR file¶
- Refer to Deployment section to see the list of available components and deployment target.
- Refer to the Components section for the latest component version.
Before continue, please make sure that you have the WAR/JAR file ready for deployment. Refer to Build components from sources for more information about how to create the WAR/JAR file.
ecwyconnector¶
ecosway-adaptor¶
ws-mimic¶
ws-status¶
Updated by chin-yeh about 14 years ago · 10 revisions