首先在官网上找到你要下载的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

相关文章:

  • 2021-09-06
  • 2021-08-14
  • 2021-04-02
  • 2021-12-08
  • 2021-09-28
  • 2022-12-23
  • 2021-06-29
猜你喜欢
  • 2021-11-23
  • 2021-05-08
  • 2021-06-01
  • 2022-01-02
  • 2021-10-29
  • 2021-08-05
  • 2022-01-26
相关资源
相似解决方案