码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat 服务不支持 chkconfig 以及其他服务不能添加到开机启动时的操作

时间:2017-06-29 12:38:44      阅读:473      评论:0      收藏:0      [点我收藏+]

标签:开机启动   chmod   add   chm   启用   tomcat   保存   init.d   cat   

在安装完tomcat后想添加的开机自启动的操作,但是报错tomcat 服务不支持 chkconfig,后来在  /etc/init.d/tomcat中的#!/bin/bash后添加上#chkconfig: 2345 80 90,添加之后保存,然后在执行 chmod 755 /etc/init.d/tomcat 然后再  加入到自起动的列表中 chkconfig --add tomcat

查看自起列表: chkconfig --list|grep tomcat

tomcat 0:关闭 1:关闭 2:启用 3:启用 4:启用 5:启用 6:关闭

 

tomcat 服务不支持 chkconfig 以及其他服务不能添加到开机启动时的操作

标签:开机启动   chmod   add   chm   启用   tomcat   保存   init.d   cat   

原文地址:http://www.cnblogs.com/itor/p/7093689.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!