从tomcat官网上下载了apache-tomcat-5.5.36.zip,在window xp系统里面解压以后,直接放在了linux服务器上。

进入tomcat/bin目录,执行启动的时候出现如下错误:

[root@test 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 catalina.sh通过,

然后用sh startup.sh启动成功

相关文章:

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