tomcat linux
The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program
原来要为bin目录下所有的.sh文件授予权限
执行命令:
sudo chmod +x *.sh
执行启动权限不够执行上面命令
The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program
原来要为bin目录下所有的.sh文件授予权限
执行命令:
sudo chmod +x *.sh
执行启动权限不够执行上面命令