wget https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-9/v9.0.84/bin/apache-tomcat-9.0.84.tar.gz
ps: 可选择自己需要的版本下载安装https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/
tar -zxvf apache-tomcat-9.0.84.tar.gz -C /usr/local
/usr/local/apache-tomcat-9.0.84/bin/startup.sh
http://$ip:8080/
/usr/local/apache-tomcat-9.0.84/bin/shutdown.sh