Home tomcat troubleshooting
Post
Cancel

tomcat troubleshooting

Cannot run program “/Users/xxx/Documents/dev/apache-tomcat-10.1.5/bin/catalina.sh” (in directory “/Users/xxx/Documents/dev/apache-tomcat-10.1.5/bin”): error=13, Permission denied

change the permission

1
chmod +x $HOME/Documents/dev/apache-tomcat-10.1.5/bin/catalina.sh
This post is licensed under CC BY 4.0 by the author.