... of the apps below to open or edit this item. Setting-Up-Tomcat-in-Linux.pdf. Setting-Up-Tomcat-in-Linux.pdf. Open. E
Setting up Tomcat in Linux Install the latest version of Tomcat (version 7.0 as of writing this document) using the instructions provided here. Download the tar.gz file: http://tomcat.apache.org/download-70.cgi
Open the command line and go to the location where the file is located.(Login as the super user if required). Extract the contents of the tar.gz file and move the extracted folder to the location where you want to install Tomcat. We will install it in /usr/local
>tar xvzf apache-tomcat-7.0.14.tar.gz >mv apache-tomcat-7.0.14 /usr/local Now go to the installed directory and run the startup.sh script to start Tomcat