加班是为了不加班。
报错如下:
Cannot find bin/catalina.sh The file is absent or does not have execute permission This file is needed to run this program
给权限就好:
chmod 777 *.sh
Linux下Tomcat复制一个新的文件夹后无法启动的问题
原文:https://www.cnblogs.com/yulonglyw/p/9369076.html