标签:位置 原因 tom http inf 允许 文件的 tomcat 分享
配置完,会出以下的错误,因为mac本身是不允许访问tomcat的文件,也就是mac安全的原因。
mac系统,打开终端
cd 进入你的Tomcat文件的位置。
cd 到bin下
输入指令:chmod 777 catalina.sh
然后确保成功,输入指令查看详细信息:ls -l
变成可读写的。
标签:位置 原因 tom http inf 允许 文件的 tomcat 分享
原文地址:https://www.cnblogs.com/buwang/p/9993517.html