# Tomcat 安装 sudo apt-get install tomcat8 tomcat8-docs tomcat8-admin # 启动 sudo systemctl start tomcat8 # 开机自启 sudo systemctl enable tomcat8