0

Cannot find ./catalina.sh The file is absent or does not have execute permission This file is needed to run this program

Hello,During the installation of Apache tomcat 9 ,while running the starup script,i got the error like cannot find catalina.sh
The file is absent or does not have execute permission.

Apache tomcat Java CentOS Add a comment
AadrikaAnshu
asked Jun 17 2019

Answer

0

Just Assign the execute permissions to the ./catalina.sh
chmod a+x catalina.sh
Then run the following script
./catalina.sh

Add a comment
linuxhelp
asked Jun 17 2019
Post your Answer