Project

General

Profile

Deployment Guide » History » Version 2

chin-yeh, 10/31/2011 05:37 PM

1 1 chin-yeh
{{toc}}
2
3
h1. Deployment Guide
4 2 chin-yeh
5
Refer to the [[Wiki#List-of-Components|List of Components]] to get latest stable version.
6
7
h2. Deployment Steps (First Time Deployment)
8
9
_If there's any duplicate libraries, use the latest version._
10
11
*Steps:*
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
# Execute the following SQL in the database where *sp-client* will connect to:
43
> see [[Specification#SP_INTERFACE|SP_INTERFACE]]
44
45
h2. Deployment Steps
46
47
# Search and download the following binary files *(jar)* from "Nexus":http://192.168.2.13:8081/nexus/index.html#welcome:
48
** sp-client ([[Wiki#List-of-Components|latest stable version]])
49
** sp-stub ([[Wiki#List-of-Components|latest stable version]])
50
# If the existing binary files exist, remove it regardless it is older or newer
51
# Upload the downloaded binary files to:
52
** for web applications:
53
<pre>
54
.../WEB-INF/lib
55
</pre>