CentOs7用wget安装tomcat8

时间:2024-06-01 10:52:08

首先在官网上找到你要下载的tomcat 版本

在centos切换到opt目录

执行 wget http://mirrors.shu.edu.cn/apache/tomcat/tomcat-8/v8.0.53/bin/apache-tomcat-8.0.53.tar.gz

CentOs7用wget安装tomcat8

解压文件 

tar -zxvf apache-tomcat-8.0.53.tar.gz

切换到bin目录

cd apache-tomcat-8.0.53/bin/

运行tomcat

./start.sh 

CentOs7用wget安装tomcat8\

然后在浏览器上输入ip:port访问

CentOs7用wget安装tomcat8