Tomcat Installation
As a pre-requisite for the installation of Tomcat , you need to have Java installed. Check my previous post for the detailed instruction for the Java Installation and setting up the necessary environment variables for the Java to work. Download the Tomcat Installation file [root@localhost tomcat]# mkdir -p /usr/tomcat [root@localhost tomcat]# cd /usr/tomcat/ root@localhost tmp]# wget https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.39/bin/apache-tomcat-7.0.39.tar.gz --2014-04-01 01:32:13-- https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.39/bin/apache-tomcat-7.0.39.tar.gz Resolving archive.apache.org... 192.87.106.229, 140.211.11.131, 2001:610:1:80bc:192:87:106:229 Connecting to archive.apache.org|192.87.106.229|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 7831716 (7.5M) [application/x-gzip] Saving to: `apache-tomcat-7.0.39.tar.gz' ...