Project

General

Profile

Actions

Installation » History » Revision 9

« Previous | Revision 9/12 (diff) | Next »
chin-yeh, 05/05/2011 03:18 PM


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
Steps:
  1. Download the installer from:
    • /home/support/install/installer/jboss-5.1.0.GA.zip from cwyrnd3-server server; Or
    • Jboss Downloads
  2. Login as jboss user
  3. Unzip the installer
    $ unzip jboss-5.1.0.GA.zip
    
  4. Move the folder, jboss-5.1.0.GA to /opt
    $ mv jboss-5.1.0.GA /opt
    
  5. Done.

HornetQ 2.1.2.Final

Required:
  • Jboss AS 5.1.0 GA
  • JDK 6.0 or above
  • RHEL ES 3.0 or above
Steps:
  1. Download the installer from:
    • /home/support/install/installer/hornetq-2.1.2.Final.tar.gz from cwyrnd3-server server; Or
    • HornetQ Downloads
  2. Login as jboss
  3. Uncompress the installer
    $ tar -xvzf hornetq-2.1.2.Final.tar.gz
    
  4. Move the folder, hornetq-2.1.2 to /opt
    $ mv hornetq-2.1.2 /opt
    
  5. Set the environment property JBOSS_HOME:
    $ export JBOSS_HOME=/opt/jboss-5.1.0.GA
    
  6. execute the build script to build the Jboss AS profile:
    $ /opt/hornetq-2.1.2/config/jboss-as-5/build.sh
    
  7. Done.

Qconnector Batch

  1. Create the following directories:
    /usr/ecosway/daemon/qconnector
    /usr/ecosway/daemon/qconnector/classes
    /usr/ecosway/daemon/qconnector/config
    /usr/ecosway/daemon/qconnector/lib
    /usr/ecosway/daemon/qconnector/reports
    /usr/ecosway/daemon/qconnector/scripts
    
  2. Obtain the following DB2 JDBC type 4 jar files from administrator:
    • db2jcc.jar
    • db2jcc_license_cu.jar
  3. upload the DB2 JDBC type 4 jar files to:
    /usr/ecosway/daemon/qconnector/lib
  4. Done.

Housekeeping Folder

Create the following folder(s):

/usr/ecosway/housekeeping/scripts

Log Folder

Create the following folder(s) to keep log files:

/var/ecwyconnector/

Updated by chin-yeh over 13 years ago · 9 revisions