解决Mac OS lion下(ubuntu等linux也一样)启动tomcat的Cannot find ./catalina.sh 的问题

从终端进入tomcat的bin目录,然后执行startup.sh

bogon:~ apple$ cd /Users/apple/Desktop/tomcat_war/apache-tomcat-7.0.42/bin

bogon:bin apple$ sh startup.sh

输出结果为

Cannot find ./catalina.sh

The file is absent or does not have execute permission

This file is needed to run this program
其实这里是权限,

解决方法:

依旧在tomcat 的bin目录下

执行 chmod +x *.sh  

然后用sh startup.sh启动成功

 

如下:

Last login: Tue Aug  6 15:52:01 on ttys000

bogon:~ apple$ cd /Users/apple/Desktop/tomcat_war/apache-tomcat-7.0.42/bin

bogon:bin apple$ sh startup.sh

Cannot find ./catalina.sh

The file is absent or does not have execute permission

This file is needed to run this program

bogon:bin apple$ chmod +x *.sh  

bogon:bin apple$ sh startup.sh

Using CATALINA_BASE:   /Users/apple/Desktop/tomcat_war/apache-tomcat-7.0.42

Using CATALINA_HOME:   /Users/apple/Desktop/tomcat_war/apache-tomcat-7.0.42

Using CATALINA_TMPDIR: /Users/apple/Desktop/tomcat_war/apache-tomcat-7.0.42/temp

Using JRE_HOME:        /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

Using CLASSPATH:       /Users/apple/Desktop/tomcat_war/apache-tomcat-7.0.42/bin/bootstrap.jar:/Users/apple/Desktop/tomcat_war/apache-tomcat-7.0.42/bin/tomcat-juli.jar

bogon:bin apple$


  • 3
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值