Project

General

Profile

Actions

Installation » History » Revision 5

« Previous | Revision 5/12 (diff) | Next »
chin-yeh, 04/20/2011 12:49 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
    
  2. Done.

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