安装apche_tomcat
Step #1 下载 (官网地址https://tomcat.apache.org)
wget http://mirrors.hust.edu.cn/apache/tomcat/tomcat-8/v8.5.23/bin/apache-tomcat-8.5.23.tar.gz
Step #2 解压
tar -zxvf apache-tomcat-8.5.23.tar.gz
启动:sudo /home/apache-tomcat-8.5.23/bin/startup.sh
关闭:sudo /home/apache-tomcat-8.5.23/bin/shutdown.sh