Hi
start/stop scripts are placed in /etc/init.d.
when I run chkconfig activemq on
link file for start/stop is created in /etc/rc.d/rc.*
but when I run chkconfig tomcat on
link file for only startis created in /etc/rc.d/rc.*
after that I ran chkconfig tomcat --add
this time link file for start/stop is created in /etc/rc.d/rc.*
why there is difference in chkconfig for activemq and tomcat.
both activemq and tomcat services are not running before executing chkconfig.