出现的错误提示如下:

下午9:11:27 All files are up-to-date
下午9:11:27 All files are up-to-date
下午9:11:27 Error running Tomcat 8.0.18: Cannot run program "/Users/horse_leo/Documents/apache-tomcat-8.0.18/bin/catalina.sh" (in directory "/Users/horse_leo/Documents/apache-tomcat-8.0.18/bin"): error=13, Permission denied

 

提示的主要问题是权限不足

 

解决办法

打开终端,进入tomcat\bin目录,然后执行chmod 777 *.sh

这个世界安静了,问题解决了。

相关文章:

  • 2022-01-06
  • 2021-11-18
  • 2022-12-23
  • 2021-12-12
  • 2021-04-28
  • 2021-12-06
  • 2022-12-23
  • 2021-04-04
猜你喜欢
  • 2021-12-21
  • 2021-12-06
  • 2021-04-06
  • 2021-08-07
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案