Project

General

Profile

Deploy vp-client » History » Version 3

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