(转)Mac os x 下配置Intellij IDEA + Tomcat 出现权限问题的解决办法

出现的错误提示如下:

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

 

 

转载:http://www.cnblogs.com/horse-leo/p/4285063.html

posted @ 2017-03-02 22:55  大园子  阅读(447)  评论(0编辑  收藏  举报