Tomcat stand-alone installation (Centos/linux) __linux

Source: Internet
Author: User
Tags iptables server port
# initialization
Tar-zxvf/home/apache-tomcat-8.5.4.tar.gz-c/home
MV apache-tomcat-8.5.4 TOMCAT_APPL

# configuration (temporarily not performed)
# #vi/home/tomcat_appl/bin/catalina.sh
# # Add after a bunch of comments:
# #JAVA_OPTS = "-server-xms800m-xmx800m-xx:maxnewsize=256m-xx:maxpermsize=128m-djava.awt.headless=true"

# Multiple Tomcat configurations of the same machine (pending)
# #server. XML sets different ports:
# # (1) <server port= "8006" shutdown= "Shutdown" >
# # (2) <connector port= "8090"
# #startup. bat file, replace all catalina_home with catalina_home2
# #catalina. bat file, replace all catalina_home with catalina_home2

# start
Cd/home/tomcat_appl
./bin/startup.sh (Test startup)
Nohup./bin/startup.sh & (Background Deamon boot)
# # expected Result:tomcat started.

# validation
Tail/home/tomcat_appl/logs/catalina.out
# # Log to see the example: Server startup in 1094 MS
Ps-ef|grep Tomcat
/sbin/iptables-i input-p TCP--dport 8080-j ACCEPT
Service Iptables Save
Service Iptables Restart
Netstat-an | grep 8080
# # http://172.168.0.20:8080

# Close
Cd/home/tomcat_appl
./bin/shutdown.sh
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.