查看当前操作系统是ubuntu还是centos

lsb_release -a

[[email protected] nginx]# lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.7.1908 (Core)
Release: 7.7.1908
Codename: Core

安装JAVA

yum install java-1.8.0-openjdk -y

安装tomcat

https://tomcat.apache.org/download-80.cgi
CentOS7 Java Tomcat安装

上传
CentOS7 Java Tomcat安装

解压
cd /opt
tar -zxvf /tmp/apache-tomcat-8.5.50.tar.gz

mv apache-tomcat-8.5.50 tomcat

CentOS7 Java Tomcat安装

相关文章:

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