从终端进入tomcat的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

解决方案如下:

在tomcat 的bin目录下 
执行 chmod +x *.sh  
然后用sh startup.sh启动成功

 

相关文章:

  • 2021-12-20
  • 2022-12-23
  • 2021-11-04
  • 2021-09-17
  • 2021-04-17
  • 2018-03-12
  • 2021-11-13
  • 2021-06-24
猜你喜欢
  • 2022-02-06
  • 2021-09-21
  • 2022-12-23
  • 2021-10-17
  • 2021-06-04
  • 2021-11-14
  • 2021-11-15
相关资源
相似解决方案