Job for tomcat.service failed because the control process exited with error code 解决办法:
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
这个问题是在 《 Linux下Tomcat8.5安装与环境配置 》 时遇到的;
错误信息如下:
Job for tomcat.service failed because the control process exited with error code
如下图:
解决办法:
请注意在创建Tomcat服务器时,复制的启动文件,如果复制 “ startup.sh ” ,如下图:
这个就是一个坑,如果不注意就会复制到 " startup.sh " 文件,因为一般认为 startup.sh 为Tomcat的启动文件,所以就要复制这个作为创建系统服务时的必要文件,其实错了,在这儿必须要使用 " catalina.sh " 启动脚本作为创建系统服务时必要的文件,如下图:
注意:在复制前,还需要将原来 /etc/init.d/ 下的 tomcat 启动脚本删除掉。
或者其他问题,如:环境变量错误,或未配置完整
当然你也可以参考《 Linux下Tomcat8.5安装与环境配置 》
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献24条内容
所有评论(0)