Installation Instructions
Operation User: Root
System environment: centos6.6 64-bit
Installation method: Source Installation
Software: apache-tomcat-8.0.23.tar.gz
Software Download Catalog:/root/opt
: http://ftp.meisei-u.ac.jp/mirror/apache/dist/tomcat/tomcat-8/v8.0.23/bin/apache-tomcat-8.0.23.tar.gz
Installation Prerequisites
The system must already have jdk6+ installed and if not installed refer to the CentOS-6.3 installation configuration JDK-7.
Installing Tomcat
We have Tomcat installed under the/usr/local directory.
[[email protected] opt]# TAR-ZXVF apache-tomcat-8.0.23.tar.gz[[email protected] opt]# mv apache-tomcat-8.0.23/ usr /local/tomcat
Start Tomcat
Perform the following actions:
[Email protected] ~]#/usr/local/tomcat/bin/startup.shusing catalina_base: /usr/local/tomcatusing CATALINA_ HOME: /usr/local/tomcatusing catalina_tmpdir:/usr/local/tomcat/tempusing jre_home: /usr/java/jdk1.8.0_45 /jreusing CLASSPATH: /usr/local/tomcat/bin/bootstrap.jar:/usr/local/tomcat/bin/tomcat-juli.jartomcat started .
The above printing information indicates that the message has been successfully started.
Reference URL:
Http://www.cnblogs.com/zhoulf/archive/2013/02/04/2891633.html
centos6.6 64-bit installation Tomcat 8