CentOS Install Tomcat

Source: Internet
Author: User

#下载tomcat压缩包到/usr/local/tomcat/and unzip to the current directory
Mkdir-p/usr/local/tomcat
Cd/usr/local/tomcat
wget http://mirrors.hust.edu.cn/apache/tomcat/tomcat-9/v9.0.12/bin/apache-tomcat-9.0.12.tar.gz
TAR-ZXVF apache-tomcat-9.0.12.tar.gz

#编辑startup. Sh
Cd/usr/local/tomcat/apache-tomcat-9.0.12/bin
MV Startup.sh Startup.sh.bak
VI startup.sh
# # for TOMCAT # #
Export java_home=/usr/local/java/jdk-9.0.4/
Export Classpath=.:${java_home}/lib
Export Path=${java_home}/bin: $PATH
Export catalina_home=/usr/local/tomcat/apache-tomcat-9.0.12
/usr/local/tomcat/apache-tomcat-9.0.12/bin/catalina.sh start

#给startup. SH Execute permissions
chmod +x startup.sh

#开机自动启动startup. Sh
Vi/etc/rc.d/rc.local
# # TOMCAT STARTUP # #
/usr/local/tomcat/apache-tomcat-9.0.12/bin/startup.sh

#放通相关的业务端口
Firewall-cmd--zone=public--add-port=8080/tcp--permanent
Firewall-cmd--reload

CentOS Install Tomcat

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.