用命令sh startup.sh在linux下启动tomcat报如下错误:
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
解决方案:
先运行chmod +x *.sh
然后运行sh catalina.sh
最后在启动sh startup.sh
ok
用命令sh startup.sh在linux下启动tomcat报如下错误:
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
解决方案:
先运行chmod +x *.sh
然后运行sh catalina.sh
最后在启动sh startup.sh
ok