使用sh startup.sh启动tomcat 出现This file is needed to run this program  

原因.sh文件都不是可执行文件,于是找到命令:

chmod +x *.sh  

 


chmod +x *.sh再次执行 sh catalina.sh通过,然后用sh startup.sh成功启动

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2021-06-17
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
相关资源
相似解决方案