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..