博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Cannot find ./catalina.sh
阅读量:5738 次
发布时间:2019-06-18

本文共 274 字,大约阅读时间需要 1 分钟。

linux 下启动tomcat

[root@weblogic bin]# 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

解决办法:

给.sh文件授权

[root@weblogic bin]#  chmod +x *.sh 

转载于:https://www.cnblogs.com/523823-wu/p/9590194.html

你可能感兴趣的文章
有利于seo优化的网站地图不能取巧
查看>>
快照产品体验优化
查看>>
ASCII
查看>>
ibatis SqlMap not found
查看>>
Android SD卡创建文件和文件夹失败
查看>>
Ubuntu 14.04 vsftp refusing to run with writable root inside chroot问题解决方法
查看>>
Intellij IDEA远程调试tomcat
查看>>
hadoop的学习论坛
查看>>
Struts2 学习小结
查看>>
烂泥:wordpress迁移到docker
查看>>
.扒渣机的性能及优势 
查看>>
Linux下磁盘保留空间的调整,解决df看到的空间和实际磁盘大小不一致的问题
查看>>
RSA 生成公钥、私钥对
查看>>
测试工具综合
查看>>
asp.net中调用COM组件发布IIS时常见错误 80070005解决方案
查看>>
分享一段ios数据库代码,包括对表的创建、升级、增删查改
查看>>
如何书写高质量的jQuery代码
查看>>
Activity的生命周期整理
查看>>
【记录】JS toUpperCase toLowerCase 大写字母/小写字母转换
查看>>
在 Linux 系统中安装Load Generator ,并在windows 调用
查看>>