1,打开下载的tomcat目录,进入到bin 路径下
2,授权
sudo chmod 755 *.sh
3.启动
sudo sh startup.sh
4.停止
sudo sh shutdown.sh