启动tomcat服务时,没有权限解决方法

痴心易碎 提交于 2019-12-05 06:26:28

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

 

 

文章转载至:https://blog.csdn.net/limm33/article/details/52698334/

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!