[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Start of Tomcat at boot



On Thu, 2003-05-01 at 05:42, Søren Neigaard wrote:
> How do I get tomcat into my chkconfig --list, so I can make it start at boot
> time?


Write a shell script that accepts at least the following command line
arguments

start, stop

chkconfig --add <name of script>
chkconfig --level <init levels you want it started in> <script> on

viola.

- andrew





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]