查看当前操作系统是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安装

相关文章:

猜你喜欢
相关资源
相似解决方案