Project

General

Profile

Deploy vp-client » History » Version 8

chin-yeh, 09/23/2011 10:16 AM

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