首页 > 学院 > 开发设计 > 正文

Mac下配置Intellij IDEA + Tomcat 出现权限问题的解决办法

2019-11-06 08:40:46
字体:
来源:转载
供稿:网友

出现的错误提示如下:

下午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

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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表