已解决:Cannot find ./catalina.sh The file is absent or does not have execute permission This file is ne
tomcat直接从windows拷贝到linux下面
bash startup.sh的时候报错
Cannot find ./catalina.sh The file is absent or does not have execute permission This file is needed to run this program
说明startup.sh 执行的时候调用 catalina.sh 但catalinash没有执行权限
直接chmod u+x *.sh 即可