Re: starting Tomcat at boot time on Linux

2001-02-02 Thread Jan Labanowski
If you want to start Apache+Tomcat at boot time, you may want to look at some of my scripts: http://www.ccl.net/cca/software/UNIX/apache/ Jan K. Labanowski|phone: 614-292-9279, FAX: 614-292-7168 Ohio Supercomputer Center|Internet: [EMAIL PROTECTED] 1224 Kinnear Rd,

Re: starting Tomcat at boot time on Linux

2001-02-01 Thread Geoff Lane
Here's one I wrote - works on Solaris and Linux . . . Nael Mohammad wrote: > > Do you want to contribute your script to the community? I for one would like > to see it as a learning tool that I can use. > > Thanks, > Nael > > Nael Mohammad > Customer Support Analyst > Neomar, Inc. > 180 Montgo

Re: starting Tomcat at boot time on Linux

2001-02-01 Thread Nael Mohammad
Do you want to contribute your script to the community? I for one would like to see it as a learning tool that I can use. Thanks, Nael Nael Mohammad Customer Support Analyst Neomar, Inc. 180 Montgomery Street Suite 2000 San Francisco, CA 94104 Tel: 415-403-7300 ext. 274 Fax: 415-403-7373 " W

Re: starting Tomcat at boot time on Linux

2001-02-01 Thread Dave Cohrs
"Brett Perkes" wrote: >> I can start Tomcat from the command line and it continues to run great, even >> runs my servlets nicely. My problem is that when I start it at boot time it >> runs for a short period of time and then dies. I'm curious if there is a >> some sort of log file or listing tha

Re: starting Tomcat at boot time on Linux

2001-02-01 Thread Jeff Turner
I suggest you use the tomcat startup script that comes with the Tomcat RPMs (http://rpmized.free.fr). When run from the command-line, "tomcat start" print stuff to stdout/stderr. However, when run from an init script, this output is lost[*], so you won't be able to tell why Tomcat dies occasi

Re: starting Tomcat at boot time on Linux

2001-02-01 Thread Geoff Lane
ame results. Any > other ideas? > > - Original Message - > From: "Kevin Sangeelee" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "Brett Perkes" <[EMAIL PROTECTED]> > Sent: Thursday, February 01, 2001 3:23 PM > Subject: Re: star

starting Tomcat at boot time on Linux

2001-02-01 Thread Brett Perkes
I can start Tomcat from the command line and it continues to run great, even runs my servlets nicely. My problem is that when I start it at boot time it runs for a short period of time and then dies. I'm curious if there is a some sort of log file or listing that I can read in order to get an id

Re: starting Tomcat at boot time on Linux

2001-02-01 Thread Brett Perkes
:23 PM Subject: Re: starting Tomcat at boot time on Linux I noticed that while you set TOMCAT_HOME, you didn't set JAVA_HOME. Could it be that Tomcat is using the wring JVM (i.e. kaffe that's installed by some distributions)? On Thu, 1 Feb 2001, Brett Perkes wrote: > I can start Tomcat

Re: starting Tomcat at boot time on Linux

2001-02-01 Thread Kevin Sangeelee
I noticed that while you set TOMCAT_HOME, you didn't set JAVA_HOME. Could it be that Tomcat is using the wring JVM (i.e. kaffe that's installed by some distributions)? On Thu, 1 Feb 2001, Brett Perkes wrote: > I can start Tomcat from the command line and it continues to run great, even > runs my