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安装与配置的主要内容,如果未能解决你的问题,请参考以下文章