Project

General

Profile

Actions

Installation Guide

This guide describes how to install the following software:
  • Jboss AS 5.1.0 GA
  • HornetQ 2.1.2.Final

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: 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. cd to /opt/jboss-5.1.0.GA/bin/META-INF/lib/linux2/x64
    $ cd /opt/jboss-5.1.0.GA/bin/META-INF/lib/linux2/x64
    
    1. rename the libHornetQAIO64.so to libHornetQAIO.so
      $ mv libHornetQAIO64.so libHornetQAIO.so
      
  8. cd to /opt/jboss-5.1.0.GA/bin/META-INF/lib/linux2/x86
    $ cd /opt/jboss-5.1.0.GA/bin/META-INF/lib/linux2/x86
    
    1. rename the libHornetQAIO32.so to libHornetQAIO.so
      $ mv libHornetQAIO32.so libHornetQAIO.so
      
  9. Done.

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