Deploy dp-client » History » Version 6
chin-yeh, 09/23/2011 10:14 AM
1 | 3 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | 1 | chin-yeh | h1. Deploy dp-client |
4 | 2 | chin-yeh | |
5 | *Prerequisite:* |
||
6 | * Refer to [[Documentation#List-of-Components|Components]] to get the *latest stable* released version. |
||
7 | 3 | chin-yeh | |
8 | 6 | chin-yeh | h2. Deployment Steps (First Time Deployment) |
9 | 3 | chin-yeh | |
10 | 4 | chin-yeh | *This section is only applicable to first time deployment. If there's any duplicate libraries, use the one with the latest version.* |
11 | 3 | chin-yeh | |
12 | *Steps:* |
||
13 | # Search and download the following binary files *(jar)* from "Nexus":http://192.168.2.13:8081/nexus/index.html#welcome: |
||
14 | ** activation-1.1 |
||
15 | ** axiom-api-1.2.8 |
||
16 | ** axiom-dom-1.2.8 |
||
17 | ** axiom-impl-2.1.8 |
||
18 | ** axis2-1.5.1 |
||
19 | ** axis2-adb-1.5.1 |
||
20 | ** axis2-kernel-1.5.1 |
||
21 | ** axis2-transport-http-1.5.1 |
||
22 | ** axis2-transport-local-1.5.1 |
||
23 | ** commons-codec-1.2 |
||
24 | ** commons-httpclient-3.1 |
||
25 | ** geronimo-stax-api_1.0_spec-1.0.1 |
||
26 | ** httpcore-4.0 |
||
27 | ** jcl-over-slf4j-1.6.1 |
||
28 | ** neethi-2.0.4 |
||
29 | ** slf4j-api-1.6.1 |
||
30 | ** slf4j-log4j12-1.6.1 |
||
31 | ** woden-api-1.0M8 |
||
32 | ** woden-impl-dom-1.0M8 |
||
33 | ** wsdl4j-1.6.2 |
||
34 | ** wstx-asl-3.2.4 |
||
35 | ** xmlParserAPIs-2.6.0 |
||
36 | ** XmlSchema-1.4.3 |
||
37 | # If the existing binary files exist in the target folder, use the *newer* version |
||
38 | # Upload the downloaded binary files to: |
||
39 | ** for web applications: |
||
40 | <pre> |
||
41 | .../WEB-INF/lib |
||
42 | </pre> |
||
43 | # Execute the following SQL in the database where *dp-client* will connect to: |
||
44 | > see [[Specification#DP_INTERFACE|DP_INTERFACE]] |
||
45 | |||
46 | h2. Deployment Steps |
||
47 | |||
48 | # Search and download the following binary files *(jar)* from "Nexus":http://192.168.2.13:8081/nexus/index.html#welcome: |
||
49 | ** dp-client |
||
50 | ** dp-stub |
||
51 | # If the existing binary files exist, remove it regardless it is older or newer |
||
52 | # Upload the downloaded binary files to: |
||
53 | ** for web applications: |
||
54 | <pre> |
||
55 | .../WEB-INF/lib |
||
56 | </pre> |