Actions
Installation » History » Revision 11
« Previous |
Revision 11/12
(diff)
| Next »
chin-yeh, 07/22/2011 10:51 AM
- Table of contents
- Installation
Installation¶
Describes how to install the required software.
Jboss AS 5.1.0 GA¶
Required:- JDK 6.0 or above
- RHEL ES 3.0 or above
- Download the installer from:
/home/support/install/installer/jboss-5.1.0.GA.zip
fromcwyrnd3-server
server; Or- Jboss Downloads
- Login as jboss user
- Unzip the installer
$ unzip jboss-5.1.0.GA.zip
- Move the folder, jboss-5.1.0.GA to /opt
$ mv jboss-5.1.0.GA /opt
- Done.
HornetQ 2.1.2.Final¶
Required:- Jboss AS 5.1.0 GA
- JDK 6.0 or above
- RHEL ES 3.0 or above
- Download the installer from:
/home/support/install/installer/hornetq-2.1.2.Final.tar.gz
fromcwyrnd3-server
server; Or- HornetQ Downloads
- Login as jboss
- Uncompress the installer
$ tar -xvzf hornetq-2.1.2.Final.tar.gz
- Move the folder, hornetq-2.1.2 to /opt
$ mv hornetq-2.1.2 /opt
- Set the environment property
JBOSS_HOME
:$ export JBOSS_HOME=/opt/jboss-5.1.0.GA
- execute the build script to build the Jboss AS profile:
$ /opt/hornetq-2.1.2/config/jboss-as-5/build.sh
- Done.
Qconnector Batch¶
- Create the following directories:
/opt/ecosway/daemon/qconnector /opt/ecosway/daemon/qconnector/classes /opt/ecosway/daemon/qconnector/config /opt/ecosway/daemon/qconnector/lib /opt/ecosway/daemon/qconnector/reports /opt/ecosway/daemon/qconnector/scripts
- Obtain the following DB2 JDBC type 4 jar files from administrator:
- db2jcc.jar
- db2jcc_license_cu.jar
- upload the DB2 JDBC type 4 jar files to:
/opt/ecosway/daemon/qconnector/lib
- Done.
Housekeeping Folder¶
Create the following folder(s):
/opt/ecosway/housekeeping/scripts
Log Folder¶
Create the following folder(s) to keep log files:
/var/ecwyconnector-daemon/
Updated by chin-yeh over 13 years ago · 11 revisions