Tomcat Application Vertical Cluster
Application Cluster Packages Needed
1. 1. jdk-1_5_0_19-linux-i586.bin
(http://www.oracle.com/technetwork/java/javase/downloads/index-jdk5-jsp-142662.html)
2. 2.. apache-tomcat-5.5.27.tar.gz
(http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.tar.gz)
3. 3. httpd-2.2.3-11.el5_1.3 (RHEL DVD)
4. 4. httpd-devel-2.2.3-11.el5_1.3.i386.rpm (RHEL DVD) 5. 5.tomcat-connectors-1.2.28-src.tar.gz (http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.28/tomcat-connectors-1.2.28-src.tar.gz)
1. Install JDK
1.Copy jdk file to /tmp 2.[root@localhost]# chmod 755 jdk-1_5_0_19-linux-i586.bin 3.[root@localhost]#./ jdk-1_5_0_19-linux-i586.bin Accept license agreement by typing “ yes ” A new directory will be created on /tmp directory with name jdk1.5.0_19 Copy the jdk1.5.0_19 directory to /usr/local 4. .[root@localhost]# cp -rv jdk1.5.0_19 /