To make it automatically startup on boot in linux, setup a link in /etc/init.d/rc3.d.  
To do this, make your tomcat startup script live at /etc/init.d/tomcat.  Then run 
"insserv tomcat" or "ln -s /etc/init.d/tomcat /etc/init.d/rc3.d/tomcat" as the root 
user.   There are several other methods, but that should work for you.


Joey 

----- Original Message -----
From: Tim Funk <[EMAIL PROTECTED]>
Date: Tue, 04 May 2004 09:25:03 -0400
To: Tomcat Users List <[EMAIL PROTECTED]>
Subject: Re: ¿how configure tomcat to auto startup in linux?

> See http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links
> 
> It has some links for setting up tomcat on Linux. Some of those links discuss 
>   starting tomcat on boot.
> 
> -Tim
> 
> Ing. Enrique de la Barrera Perez wrote:
> 
> > Hello Tomcat users ¡¡¡
> > ¿could somebody tell when to find documentation to configure tomcat to auto 
> > startup in linux?
> >  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
_______________________________________________
Get your free Verizonmail at www.verizonmail.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to