"How do i make something automatically startup in *nix?"

This is more of a *nix question than a Tomcat question, really.  You're better off 
searching the Internet or reading your *nix admin book.

- r

On Fri, 17 Aug 2001 16:43:41 +0200 [EMAIL PROTECTED] wrote:
> Ok ! but.. do you know the way to make this in automatic ( with scripts at
> system start ) ??
> 
> ----- Original Message -----
> From: "Barnabas Yohannes" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, August 17, 2001 3:39 PM
> Subject: Re: Why and How Tomcat before Apache?
> 
> 
> > I cannot answer your "why" question, because, I am not one of the
> developers
> > of apache or tomcat.        But here is the answer to your "how" question:
> >
> > *To stop and start your tomcat:
> >
> > cd /usr/local/tomcat
> >
> > bin/shutdown.sh
> >
> > bin/startup.sh
> >
> > *Exit from tomcat and go to your apache server:
> >
> > su
> >
> > /usr/local/apache/bin/apachectl restart
> >
> > exit
> >
> > * Another way of stopping and starting apache:
> >
> > bin/apachectl stop
> > bin/apachectl start
> >
> >
> >
> > ----- Original Message -----
> > From: "Roberto B." <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, August 17, 2001 4:50 AM
> > Subject: Why and How Tomcat before Apache?
> >
> >
> > > I have a Linux/Debian system.
> > > I want to use Apache as web-server and Tomcat only for JSP file.
> > >
> > > Is it true that it is necessary to make start Tomcat before Apache?
> Why?..
> > > and if it is true.. how??
> > >
> > > Thanks!
> > > Roberto.
> > >
> > >



Reply via email to