1、ubuntu下安装java环境
sudo apt-get install openjdk-11-jre
2、安装tomcat9
sudo apt install tomcat9 tomcat9-admin
3、开启tomcat9服务
sudo service tomcat9 start