8516830 发表于 2015-12-31 07:07:51

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
  这个世界安静了,问题解决了。
页: [1]
查看完整版本: Mac os x 下配置Intellij IDEA + Tomcat 出现权限问题的解决办法