Actions
Deployment Guide - connector-client-utils » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
chin-yeh, 12/28/2011 02:52 PM
- Table of contents
- Deployment Guide - connector-client-utils
Deployment Guide - connector-client-utils¶
This guide describes how to deploy web app or standalone java program which depends on connector-client-utils.
Steps:- checkout the project connector-client-utils and import it into Eclipse workspace.
- after imported the project, make sure there's no compilation error.
- execute the ant target, archive in the build.xml script
- if no error, it will create a binary file called connector-client-utils.jar in the
dist
folder. - upload the connector-client-utils.jar to:
- web app:
WEB-INF/lib
- standalone java program:
your program's library folder
- web app:
- upload all of the jar files in
lib
folder to:- web app:
WEB-INF/lib
- standalone java program:
your program's library folder
- if there's duplicate library, use the newer version
- web app:
- done
Updated by chin-yeh almost 13 years ago · 3 revisions