Installing Tomcat under a Linux virtual machine

Source: Internet
Author: User

Software download Download the Linux version of Jdk,tomcat Note that Linux only recognizes GZ's compression packets. 1. Type extract: tar-zxvf apache-tomcat-8.0.20.tar.gz force Copy to the specified directory after decompression: cp-r apache-tomcat-8.0.36/usr/local/rename: MV apache-tomcat-8.0.36 tomcat8.0 2. Go directly to the bin directory to start./startup.shusing catalina_base:/usr/local/tomcat8.0/using CATALINA_ HOME:/usr/local/tomcat8.0using catalina_tmpdir:/usr/local/tomcat8.0//tempusing jre_home:/usr/local/src/java/ Jdk1.8.0_101using CLASSPATH:/usr/local/tomcat8.0/bin/bootstrap.jar:/usr/local/tomcat8.0//bin/ Tomcat-juli.jartomcat started.----Indicates a startup success issue: External access to the installation of Tomcat in CentOS, local can ping is not access (shut down the firewall, Different version close operation is not the same as many Baidu) I encountered a (CentOS 7.2) login root account, enter Cat/etc/redhat-release, you can display the system version. Firewall-cmd--state #查看默认防火墙状态 (show notrunning after turn off, show running when turned on)
Systemctl Stop Firewalld.service #停止firewall
Systemctl Disable Firewalld.service #禁止firewall开机启动
Init 6 #重启虚拟机, and then enter the first command to see the firewall status (restart only takes effect)

Installing Tomcat under a Linux virtual machine

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.