centos 安装tomcat
Posted 听风就是雨
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 安装tomcat相关的知识,希望对你有一定的参考价值。
1、下载安装包wget http://mirrors.aliyun.com/apache/tomcat/tomcat-8/v8.5.11/bin/apache-tomcat-8.5.11.tar.gz
2、解压
tar -zvx apache-tomcat-8.5.11.tar.gz
3、,进入tomcat 根目录,安装
./bin/startup.sh
------ 以下步骤有时需要-------
4、.配置iptables允许8080端口
vi /etc/sysconfig/iptables
5、 重启iptables服务
service iptables restart
以上是关于centos 安装tomcat的主要内容,如果未能解决你的问题,请参考以下文章