摘要: 在安装完tomcat后想添加的开机自启动的操作,但是报错tomcat 服务不支持 chkconfig,后来在 /etc/init.d/tomcat中的#!/bin/bash后添加上#chkconfig: 2345 80 90,添加之后保存,然后在执行 chmod 755 /etc/init.d/to 阅读全文
posted @ 2017-06-29 11:52 大象无形01 阅读(4668) 评论(0) 推荐(0) 编辑