Deploy dp-client » History » Revision 5
Revision 4 (chin-yeh, 09/23/2011 10:12 AM) → Revision 5/9 (chin-yeh, 09/23/2011 10:14 AM)
{{toc}} h1. Deploy dp-client *Prerequisite:* * Refer to [[Documentation#List-of-Components|Components]] to get the *latest stable* released version. h2. First Time Deployment Steps(First Time Deployment) *This section is only applicable to first time deployment. If there's any duplicate libraries, use the one with the latest version.* *Steps:* # Search and download the following binary files *(jar)* from "Nexus":http://192.168.2.13:8081/nexus/index.html#welcome: ** activation-1.1 ** axiom-api-1.2.8 ** axiom-dom-1.2.8 ** axiom-impl-2.1.8 ** axis2-1.5.1 ** axis2-adb-1.5.1 ** axis2-kernel-1.5.1 ** axis2-transport-http-1.5.1 ** axis2-transport-local-1.5.1 ** commons-codec-1.2 ** commons-httpclient-3.1 ** geronimo-stax-api_1.0_spec-1.0.1 ** httpcore-4.0 ** jcl-over-slf4j-1.6.1 ** neethi-2.0.4 ** slf4j-api-1.6.1 ** slf4j-log4j12-1.6.1 ** woden-api-1.0M8 ** woden-impl-dom-1.0M8 ** wsdl4j-1.6.2 ** wstx-asl-3.2.4 ** xmlParserAPIs-2.6.0 ** XmlSchema-1.4.3 # If the existing binary files exist in the target folder, use the *newer* version # Upload the downloaded binary files to: ** for web applications: <pre> .../WEB-INF/lib </pre> # Execute the following SQL in the database where *dp-client* will connect to: > see [[Specification#DP_INTERFACE|DP_INTERFACE]] h2. Deployment Steps # Search and download the following binary files *(jar)* from "Nexus":http://192.168.2.13:8081/nexus/index.html#welcome: ** dp-client ** dp-stub # If the existing binary files exist, remove it regardless it is older or newer # Upload the downloaded binary files to: ** for web applications: <pre> .../WEB-INF/lib </pre>