Linux安装tomcat后启动报错Cannot find ./catalina.sh的解决方法
摘要:Linux安装tomcat后启动报错: Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed to run this program 原因:无权限 解决方法
阅读全文
posted @
2022-09-22 10:38
骑着母猪去打猎
阅读(390)
推荐(0) 编辑
Linux下启动Tomcat遇到Neither the JAVA_HOME ...报错
摘要:编辑setclasspath.sh文件,在上面添加JAVA_HOME和JRE_HOME定义 export JAVA_HOME=/opt/jdk1.8.0_341 export JRE_HOME=/opt/jdk1.8.0_341/jre
阅读全文
posted @
2022-09-22 10:36
骑着母猪去打猎
阅读(149)
推荐(0) 编辑