Re: running Tomcat as a service/daemon on Linux

2002-07-28 Thread David Goodenough
On Sunday 28 July 2002 05:53, you wrote: I don't know what your OS is, but I installed via RPM and I have a script in /etc/rc.d/init.d named tomcat4. No, it's not as handy as service tomcat4 start, but it works :-) I typically wind up doing From what I understand service is a script which

Re: running Tomcat as a service/daemon on Linux

2002-07-28 Thread Tore Skogly
søndag 28. juli 2002, 06:53, wrote Eddie Bush: I don't know what your OS is, but I installed via RPM and I have a script in /etc/rc.d/init.d named tomcat4. No, it's not as handy as service tomcat4 start, but it works :-) I typically wind up doing something like !?4 rest? anyway :-P (which

Re: running Tomcat as a service/daemon on Linux

2002-07-27 Thread David Goodenough
On Saturday 27 July 2002 18:38, you wrote: Is it possible to set up Tomcat on a Linux machine such that I can start it/stop with the service command, i.e. service tomcat start service tomcat stop If so, how would one do this? Do most people set up Tomcat as a daemon on Unix machines? If

Re: running Tomcat as a service/daemon on Linux

2002-07-27 Thread John Gentilin
Copy the file TOMCAT/bin/tomcat.sh to the /etc/init.d directory. the make the proper links to the run level directories. If you have redhat, use the chkconfiig command after you copy the file. i.e. # to see what's running chkconfig --list #to turn on Tomcat chkconfig -level 3 tomcat on Tomcat

Re: running Tomcat as a service/daemon on Linux

2002-07-27 Thread Eddie Bush
I don't know what your OS is, but I installed via RPM and I have a script in /etc/rc.d/init.d named tomcat4. No, it's not as handy as service tomcat4 start, but it works :-) I typically wind up doing something like !?4 rest? anyway :-P (which grabs the last restart out of my history and