Project

General

Profile

Installation » History » Revision 11

Revision 10 (chin-yeh, 07/22/2011 10:44 AM) → Revision 11/12 (chin-yeh, 07/22/2011 10:51 AM)

{{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> 
 /opt/ecosway/daemon/qconnector 
 /opt/ecosway/daemon/qconnector/classes 
 /opt/ecosway/daemon/qconnector/config 
 /opt/ecosway/daemon/qconnector/lib 
 /opt/ecosway/daemon/qconnector/reports 
 /opt/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>/opt/ecosway/daemon/qconnector/lib</pre> 
 # Done. 

 h2. Housekeeping Folder 

 Create the following folder(s): 
 <pre> 
 /opt/ecosway/housekeeping/scripts 
 </pre> 

 h2. Log Folder 

 Create the following folder(s) to keep log files: 
 <pre> 
 /var/ecwyconnector-daemon/ /var/qconnector-daemon/ 
 </pre>