Installation instructions
Installation environment: CentOS-6.4
Installation Method: source code Installation
Software: apache-tomcat-7.0.56.tar.gz
: Http://tomcat.apache.org/download-70.cgi
Prerequisites
You must have installed and configured JDK 6 +. For installation instructions, see:
Install Tomcat
Upload the apache-tomcat-7.0.42.tar.gz file to/usr/local and perform the following operations:
[[Email protected] local] # cd/usr/local
[[Email protected] local] # tar-zxv-F apache-tomcat-7.0.42.tar.gz // unzip the package
[[Email protected] local] # rm-RF apache-tomcat-7.0.42.tar.gz // Delete compressed package
[[Email protected] local] # mv APACHE-Tomcat-7.0.42 Tomcat
Start Tomcat
Perform the following operations:
[[Email protected] ~] #/Usr/local/tomcat/bin/startup. Sh // start Tomcat
Using catalina_base:/usr/local/tomcat
Using catalina_home:/usr/local/tomcat
Using catalina_tmpdir:/usr/local/tomcat/temp
Using jre_home:/usr/Java/jdk1.7.0/JRE
Using classpath:/usr/local/tomcat/bin/Bootstrap. jar:/usr/local/tomcat/bin/tomcat-juli.jar
The above information indicates that the instance has been started successfully.
/************************************ Unfinished to be continued *************************************/
Centos6.5 install Tomcat