Installation » History » Revision 7
Revision 6 (chin-yeh, 04/20/2011 03:29 PM) → Revision 7/12 (chin-yeh, 04/22/2011 03:48 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*
** "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* to */opt*
<pre>
$ mv jboss-5.1.0.GA /opt
</pre>
# Done.
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>
# Done.
h2. Qconnector Batch
# Create the following directories:
<pre>
/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
</pre>
# Obtain the following *DB2 JDBC type 4* jar files from administrator:
** db2jcc.jar
** db2jcc_license_cu.jar
# upload the *DB2 JDBC type 4* jar files to:
<pre>/usr/ecosway/daemon/qconnector/lib</pre>
# Done.