centos7中启动tomcat提示:./bin/startup.sh: 权限不够

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_31424825/article/details/85275555

作者:LoveEmpero-王子様

./bin/startup.sh: 权限不够

  • cd /home/tomcat/bin目录下:
    执行:chmod u+x *.sh
  • 最后再在bin命令行重启应用服务:
    ./startup.sh

猜你喜欢

转载自blog.csdn.net/qq_31424825/article/details/85275555