Project

General

Profile

Installation » History » Version 8

chin-yeh, 05/05/2011 03:05 PM

1 2 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Installation
4 2 chin-yeh
5
Describes how to install the required software.
6
7 3 chin-yeh
h2. Jboss AS 5.1.0 GA
8 2 chin-yeh
9
*Required:*
10
* JDK 6.0 or above
11
* RHEL ES 3.0 or above
12
13
*Steps:*
14
# Download the installer from:
15 3 chin-yeh
** <code>/home/support/install/installer/jboss-5.1.0.GA.zip</code> from <code>cwyrnd3-server</code> server; *Or*
16 2 chin-yeh
** "Jboss Downloads":http://www.jboss.org/jbossas/downloads
17
# Login as jboss user
18
# Unzip the installer
19
<pre>
20
$ unzip jboss-5.1.0.GA.zip
21
</pre>
22 3 chin-yeh
# Move the folder, *jboss-5.1.0.GA* to */opt*
23 1 chin-yeh
<pre>
24
$ mv jboss-5.1.0.GA /opt
25 3 chin-yeh
</pre>
26 4 chin-yeh
# Done.
27 3 chin-yeh
28
h2. HornetQ 2.1.2.Final
29
30
*Required:*
31
* Jboss AS 5.1.0 GA
32
* JDK 6.0 or above
33
* RHEL ES 3.0 or above
34
35
*Steps:*
36
# Download the installer from:
37
** <code>/home/support/install/installer/hornetq-2.1.2.Final.tar.gz</code> from <code>cwyrnd3-server</code> server; *Or*
38
** "HornetQ Downloads":http://www.jboss.org/hornetq/downloads.html
39
# Login as jboss
40
# Uncompress the installer
41
<pre>
42
$ tar -xvzf hornetq-2.1.2.Final.tar.gz
43
</pre>
44
# Move the folder, *hornetq-2.1.2* to */opt*
45
<pre>
46
$ mv hornetq-2.1.2 /opt
47
</pre>
48
# Set the environment property <code>JBOSS_HOME</code>:
49
<pre>
50
$ export JBOSS_HOME=/opt/jboss-5.1.0.GA
51
</pre>
52
# execute the build script to build the Jboss AS profile:
53
<pre>
54
$ /opt/hornetq-2.1.2/config/jboss-as-5/build.sh
55 2 chin-yeh
</pre>
56 4 chin-yeh
# Done.
57 5 chin-yeh
58
h2. Qconnector Batch
59
60
# Create the following directories:
61
<pre>
62
/usr/ecosway/daemon/qconnector
63
/usr/ecosway/daemon/qconnector/classes
64
/usr/ecosway/daemon/qconnector/config
65
/usr/ecosway/daemon/qconnector/lib
66
/usr/ecosway/daemon/qconnector/reports
67 7 chin-yeh
/usr/ecosway/daemon/qconnector/scripts
68 5 chin-yeh
</pre>
69 6 chin-yeh
# Obtain the following *DB2 JDBC type 4* jar files from administrator:
70
** db2jcc.jar
71
** db2jcc_license_cu.jar
72
# upload the *DB2 JDBC type 4* jar files to:
73
<pre>/usr/ecosway/daemon/qconnector/lib</pre>
74 5 chin-yeh
# Done.
75 8 chin-yeh
76
h2. Log Folder
77
78
Create the following folder(s) to keep log files:
79
<pre>
80
/var/ecwyconnector/
81
</pre>