ubuntu16.04上安装tomcat7

sudo apt-get update

sudo apt-get install tomcat7

启动:sudo service tomcat7 start

访问http://127.0.0.1:8080/

关闭:sudo service tomcat7 stop

重启:sudo service tomcat7 start

原文地址:https://www.cnblogs.com/sea-stream/p/9635034.html