第一步:复制tomcat到本机
第二步:进入tomcat文件夹目录
第三步:设置tomcat的.sh文件的可执行权限
chmod +x bin/*.sh
第四步:验证
sh bin/startup.sh
curl localhost:8080