[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Start of Tomcat at boot
- From: Andrew Williams <andrew williams sourcefire com>
- To: redhat-list redhat com
- Subject: Re: Start of Tomcat at boot
- Date: Thu May 1 13:37:44 2003
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]