码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat The file is absent or does not have execute permission

时间:2016-05-11 23:50:58      阅读:517      评论:0      收藏:0      [点我收藏+]

标签:

[root@centos02 bin]# ./startup.sh 
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
[root@centos02 bin]# ll -h startup.sh 
-rwxrwxrwx. 1 root root 1.9K Nov  3  2014 startup.sh
[root@centos02 bin]# chmod 777 *.sh
[root@centos02 bin]# ./startup.sh 
Using CATALINA_BASE:   /usr/local/tomcat
Using CATALINA_HOME:   /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME:        /usr/local/java/jdk1.7.0_71/jre
Using CLASSPATH:       /usr/local/tomcat/bin/bootstrap.jar:/usr/local/tomcat/bin/tomcat-juli.jar
Tomcat started.

 

tomcat The file is absent or does not have execute permission

标签:

原文地址:http://www.cnblogs.com/bass6/p/5483747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!