./startup.sh权限不够

Xshell中用./startup.sh启动时候提示权限不够

解决方法如下:

先进入bin目录

[root@centos6 /]# cd /soft/apache-tomcat-7.0.59/bin

 

然后执行以下命令:

[root@centos6 bin]# chmod u+x *.sh

 

最后再在bin命令行重启应用服务:

[root@centos6 bin]# ./startup.sh 

 

成功,问题解决!

posted @ 2019-11-18 15:56  wang小帅  阅读(3817)  评论(0编辑  收藏  举报