Tomcat 9 setclasspath.sh This file needed
I was trying to start the Tomcat service at that time I got this issue Tomcat 9 setclasspath.sh This file Is needed To Run This Program. So I need to resolve this issue.
This is because CATALINE_HOME not set correctly. So we need to unset this to make work.
Check out Install Apache Tomcat 9
Run the below command
unset CATALINE_HOME
Check Out : Tomcat Port
After that, if you want to check configuration, You can check it by command ./configtest.sh
That’s it