Actions
- Table of contents
- Installation Guide
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
- 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
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
- rename the libHornetQAIO64.so to libHornetQAIO.so
$ mv libHornetQAIO64.so libHornetQAIO.so
- rename the libHornetQAIO64.so to libHornetQAIO.so
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
- rename the libHornetQAIO32.so to libHornetQAIO.so
$ mv libHornetQAIO32.so libHornetQAIO.so
- rename the libHornetQAIO32.so to libHornetQAIO.so
- Done.
Updated by chin-yeh almost 13 years ago · 5 revisions