I have recently set up Spring MVC on intelliJ but whenever I run the project using Tomcat server, it gives the following error:
Error running Tomcat 8.0.171: Cannot run program "/Library/Tomcat/bin/catalina.sh" (in directory "/Library/Tomcat/bin"): error=13, Permission denied
The error seems to me that it has to do with permission issue.
Please help me.
Thanks in advance..
You should chmod it.
chmod a+x /Library/Tomcat/bin/catalina.sh
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With