In intelliJ ulimate, running a bare bone spring mvc application I get the error:
'cannot run program '/path/to/tomcat/bin/catalina.sh' error=13 permission denied
How to I fix this? (i'm on a mac)
In short, from a console:
chmod a+x /path/to/tomcat/bin/catalina.sh
This assumes that you 've elided the Tomcat path in your post, and checked that it really does exist on your system before posting here. Depending on the existing permissions of the file, you may need to issue the above command as a user with sufficiently elevated privileges.
Solution: You set permission for Tomcat directory:
chmod -R 777 apache-tomcat-directory
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