Linux下启动启动tomcat 服务器报错 The file is absent or does not have execute permission

 2023-09-05 阅读 46 评论 0

摘要:为什么80%的码农都做不了架构师?>>> Linux下启动启动tomcat 服务器报错 The file is absent or does not have execute permission 报错如下: Cannot find ./catalina.sh The file is absent or does not have execute permission This file is need

为什么80%的码农都做不了架构师?>>>   hot3.png

Linux下启动启动tomcat 服务器报错 The file is absent or does not have execute permission
报错如下:
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
说明catalina.sh没有执行权限,可以把~/apache-tomcat-7.0.33/bin/目录下的所有sh文件的权限都设为777即可。
在bin目录下运行命令:
chmod 777 *.sh
再运行startup.sh

转载于:https://my.oschina.net/zhaky/blog/639134

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://hbdhgg.com/1/1200.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息