I'm trying to run Tomcat on my SME server. When I try to run the startup script ./startup.sh I get:
bash-2.05a$ ./startup.sh
bash: ./startup.sh: /bin/sh: bad interpreter: Permission denied
I logged into the server through ssh. Is there some restriction placed on logging in using ssh that prevents me from using the sh shell?
Thanks