[Solved] Tomcat: no permission for starting Tomcat service

1.After deploying tomcat on linu and preparing to start it, the following error is reported.

Cannot find bin/catalina.sh 
The file is absent or does not have execute permission 

This file is needed to run this program 

2. Solutions:

Add execution rights to the startup script

chmod 777  *.sh

document loaded from: https://blog.csdn.net/limm33/article/details/52698334/

 

Similar Posts: