There are instructions on how to do this on Oscar Carrillo's site. http://www.linuxjava.net/howto/webapp/#daemons
Subir -----Original Message----- From: Ing. Enrique de la Barrera Perez [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 7:29 PM To: Tomcat Users List Subject: Re: ?how configure tomcat to auto startup in linux? I can start/stop my tomcat fine and applications are running ok, i just need tomcat to autostart when system up. Linux version? >>Redhat Linux 9.0 Machine?(Intel?) >>Intel JDK version? >>jdk 1.4.2_04 Tomcat 5 Correct? >>5.0.19 Planned use? Develop Production Internet Intranet >>Production Internet Will port 8080 serve your needs or do you need port 80? >>Currently running on port 80 Thanks for your time ebarrera ----- Original Message ----- From: "Ing. Enrique de la Barrera Perez" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 10:04 PM Subject: Re: ?how configure tomcat to auto startup in linux? > Sorry, but i�m not a linux expert, so, this idea would be perfect but > not for me. > > I have followed the instructions in > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html > and everything seems to be ok, just that Tomcat dont start up: > > cd $CATALINA_HOME/bin > tar xvfz jsvc.tar.gz > cd jsvc-src > autoconf > ./configure > make > cp jsvc .. > cd .. > > cd $CATALINA_HOME > ./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -cp > ./bin/bootstrap.jar \ > -outfile ./logs/catalina.out -errfile ./logs/catalina.err \ > org.apache.catalina.startup.Bootstrap > > When i type this last command nothing happens, or at least, Tomcat > dont start up �any guide about what i have to do? > > Regards > ebarrera > > > ----- Original Message ----- > From: "QM" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Monday, May 03, 2004 3:36 PM > Subject: Re: ?how configure tomcat to auto startup in linux? > > > > On Mon, May 03, 2004 at 06:20:04PM -0700, 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? > > > > Check /etc/init.d for examples of start scripts. > > Clone one of those and you're in business. > > > > You can then use plain old "su," "jsvc" (search apache.org), or > > "erni" (brandxdev.net) to start the process as the Tomcat user > > instead of root. > > > > -QM > > > > -- > > > > software -- http://www.brandxdev.net > > tech news -- http://www.RoarNetworX.com > > > > > > -------------------------------------------------------------------- > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
