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

tomcat

时间:2017-07-02 14:21:11      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:bin   init.d   等级   service   .sh   emc   etc   mct   实现   

加入服务  

可以在 /etc/rc.d/init.d 创建 tomcat    

#!/bin/bash
#chkconfig:2345 96 14          \\系统运行等级
CATALINA_HOME=/usr/tomcat  \\路径定义
exec $CATALINA_HOME/bin/catalina.sh $*   

chmod  a+x /etc/rc.d/init.d/tomcat

chkconfig  add tomcat

service  tomcat start            centos 6

systemctl   start  tomcat  centos 7

实际实现   $catalina.sh  命令 

jps 查看进程

tomcat

标签:bin   init.d   等级   service   .sh   emc   etc   mct   实现   

原文地址:http://www.cnblogs.com/pomme/p/7105802.html

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