0. 安装 jdk 或 jre
第一步: 解压文件
tar -zxvf jdk-8u101-linux-x64.tar.gz
第二步:设置脚本执行权限
进入tomcat的bin目录
执行命令: chmod +x *.sh
第三步:启动tomcat
./startup.sh