Deployment » History » Revision 2
Revision 1 (chin-yeh, 10/27/2010 05:30 PM) → Revision 2/25 (chin-yeh, 10/28/2010 02:53 PM)
{{toc}} h1. 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: # upload the relevant properties files # 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 h2. 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 h3. ws-mimic *List of the properties files needed:* * *note*: replace {environment} with either *production* (for production environment) or *development* (for development environment) * http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/{environment}/ws-mimic/properties/application.properties * http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/{environment}/ws-mimic/properties/jndi-factory.properties *Steps:* # see [[Deployment#Deployment]] section for the deployment target h3. ecosway-adaptor h2. Upload WAR/JAR file