CentOS-6.3 Installation Configuration Tomcat-7

Source: Internet
Author: User
Tags gz file

Installation Instructions

Installation Environment: CentOS-6.3
Installation method: Source Installation
Software: apache-tomcat-7.0.29.tar.gz
: http://tomcat.apache.org/download-70.cgi

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

Upload the apache-tomcat-7.0.29.tar.gz file to the/usr/local to do the following:

[Email protected] local]# cd/usr/local
[[email protected] local]# tar-zxv-f apache-tomcat-7.0.29.tar.gz//Decompression Pack
[[email protected] local]# RM-RF apache-tomcat-7.0.29.tar.gz//Delete compressed package
[Email protected] local]# MV apache-tomcat-7.0.29 Tomcat
Start Tomcat

Perform the following actions:

[[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 printing information indicates that the message has been successfully started.

Firewall Open 8080 Port

Add 8080 ports to the firewall configuration and do the following:

[Email protected] ~]# VI +/etc/sysconfig/iptables
#增加以下代码
-A rh-firewall-1-input-m state--state new-m tcp-p TCP--dport 8080-j ACCEPT

Restarting the firewall

[Email protected] java]# service iptables restart
Check Tomcat installation Run

See if Tomcat is working properly with the following address:

http://192.168.15.231:8080/

See Tomcat system interface, congratulations, installation success!

Stop Tomcat

[[email protected] ~]#/usr/local/tomcat/bin/shutdown.sh//Stop Tomcat

CentOS-6.3 Installation Configuration Tomcat-7

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.