tomcat准备启动时报错

1、在linu上部署好tomcat后,准备启动时报错:

Cannot find bin/catalina.sh 
The file is absent or does not have execute permission 

This file is needed to run this program 


2、解决办法:

对启动脚本添加执行权限

chmod 777  *.sh
---------------------
作者:明铭之中
来源:CSDN
原文:https://blog.csdn.net/limm33/article/details/52698334
版权声明:本文为博主原创文章,转载请附上博文链接!

猜你喜欢

转载自www.cnblogs.com/zxyfly/p/9967769.html