报的错误:
[root@master bin]# ./startup.sh
Cannot find /root/app/tomcat-9.0.7/bin/setclasspath.sh
This file is needed to run this program
解决的办法:
[root@master bin]# unset CATALINA_HOME
报的错误:
[root@master bin]# ./startup.sh
Cannot find /root/app/tomcat-9.0.7/bin/setclasspath.sh
This file is needed to run this program
解决的办法:
[root@master bin]# unset CATALINA_HOME