linux 下启动tomcat
[root@test233 bin]# sh startup.sh Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed to run this program
解决办法:给.sh文件授权
[root@test233 bin]# chmod +x *.sh
再启动,成功