Actions
Deploy vp-client » History » Revision 7
« Previous |
Revision 7/10
(diff)
| Next »
chin-yeh, 09/23/2011 10:12 AM
- Table of contents
- Deploy vp-client
Deploy vp-client¶
Prerequisite:- Refer to Components to get the latest stable released version.
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:
- 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:
.../WEB-INF/lib
- for web applications:
- Execute the following SQL in the database where vp-client will connect to:
see VP_INTERFACE
Deployment Steps¶
- Search and download the following binary files (jar) from Nexus:
- vp-client
- vp-stub
- If the existing binary files exist, remove it regardless it is older or newer
- Upload the downloaded binary files to:
- for web applications:
.../WEB-INF/lib
- for web applications:
Updated by chin-yeh over 13 years ago · 7 revisions