CentOS7 tomcat快速安装
Posted mesy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 tomcat快速安装相关的知识,希望对你有一定的参考价值。
一、下载安装包(根据你要的tomcat版本)
cd /usr/local;
wget http://mirrors.shu.edu.cn/apache/tomcat/tomcat-7/v7.0.91/bin/apache-tomcat-7.0.91.tar.gz;
二、解压文件
tar -zxvf apache-tomcat-7.0.91.tar.gz;
rm -rf apache-tomcat-7.0.91.tar.gz;
三、安装完成,常用命令
cd /usr/local/apache-tomcat-7.0.91/bin;
./startup.sh #启动
./shutdown.sh #关闭
以上是关于CentOS7 tomcat快速安装的主要内容,如果未能解决你的问题,请参考以下文章