安装tomcat备注:
1、执行unzip命令时报:The program 'unzip' is currently not installed. You can install it by typing: apt install unzip
接着执行apt install unzip时报:Unable to locate package
要先更新软件源:sudo apt-get update
再安装unzip,再解压就O了
2、bin目录下执行chmod +x *.sh 增加sh文件的可执行权限
3、wget http://localhost:port测试