Tomcat - cannot find ./bin/catalina.sh
A routine installation of Tomcat and for some reason, trying to start up the server I get the following error:
Cannot find ./bin/catalina.sh
The permissions simply need to be changed on the executable files:
chmod +x bin/*.sh
chmod +x bin/*.jar