Centos Tomcat安装与配置

Posted 只差一个技术

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos Tomcat安装与配置相关的知识,希望对你有一定的参考价值。

1、wget下载安装包

wget http://mirrors.shu.edu.cn/apache/tomcat/tomcat-8/v8.5.37/bin/apache-tomcat-8.5.37.tar.gz


2、解压

tar -zxvf apache-tomcat-8.5.37.tar.gz


3、启动tomcat

cd apache-tomcat-8.5.37./bin/startup.sh




以上是关于Centos Tomcat安装与配置的主要内容,如果未能解决你的问题,请参考以下文章

CentOS-7.0.中安装与配置Tomcat-7的方法

CentOS-7.0.中安装与配置Tomcat-7的方法

CentOS-7.0.中安装与配置Tomcat-7的方法

在CentOS 7中安装与配置Tomcat-8.5方法

CentOS-7.0.中安装与配置Tomcat-7的方法

centos7安装与配置tomcat8.5.28