Installation » History » Revision 3
Revision 2 (chin-yeh, 10/27/2010 05:59 PM) → Revision 3/12 (chin-yeh, 10/27/2010 06:21 PM)
{{toc}} h1. Installation Describes how to install the required software. h2. Jboss AS 5.1.0 GA *Required:* * JDK 6.0 or above * RHEL ES 3.0 or above *Steps:* # Download the installer from: ** <code>/home/support/install/installer/jboss-5.1.0.GA.zip</code> from <code>cwyrnd3-server</code> server; *Or* Or ** "Jboss Downloads":http://www.jboss.org/jbossas/downloads # Login as jboss user # Unzip the installer <pre> $ unzip jboss-5.1.0.GA.zip </pre> # Move the folder, *jboss-5.1.0.GA* <code>jboss-5.1.0.GA</code> to */opt* <code>/opt</code> <pre> $ mv jboss-5.1.0.GA /opt </pre> h2. HornetQ 2.1.2.Final *Required:* * Jboss AS 5.1.0 GA * JDK 6.0 or above * RHEL ES 3.0 or above *Steps:* # Download the installer from: ** <code>/home/support/install/installer/hornetq-2.1.2.Final.tar.gz</code> from <code>cwyrnd3-server</code> server; *Or* ** "HornetQ Downloads":http://www.jboss.org/hornetq/downloads.html # Login as jboss # Uncompress the installer <pre> $ tar -xvzf hornetq-2.1.2.Final.tar.gz </pre> # Move the folder, *hornetq-2.1.2* to */opt* <pre> $ mv hornetq-2.1.2 /opt </pre> # Set the environment property <code>JBOSS_HOME</code>: <pre> $ export JBOSS_HOME=/opt/jboss-5.1.0.GA </pre> # execute the build script to build the Jboss AS profile: <pre> $ /opt/hornetq-2.1.2/config/jboss-as-5/build.sh </pre>