Tomcat autostart on Linux

2002-10-25 Thread neal
Anyone know how to make Tomcat automatically startup when Linux is rebooted? As you can probably tell I'm not a Linux expert. :( Thanks. Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Re: Tomcat autostart on Linux

2002-10-25 Thread Mr. Cristian Romanescu
It depends on how it's installed, also Linux distro If you have RedHat and istalled via rpm distro, you should have in /etc/init.d/ a script named tomcat4 that launches Tomcat @ statup. 4 -rwxr-xr-x1 root root 3055 Mar 4 2002 tomcat4 (I'm not also a linux expert, but I

Re: Tomcat autostart on Linux

2002-10-25 Thread Kwok Peng Tuck
Or you could take the rpm script and configure for you tomcat location. make sure add the script using chkconfig. neal wrote: Anyone know how to make Tomcat automatically startup when Linux is rebooted? As you can probably tell I'm not a Linux expert. :( Thanks. Neal -- To unsubscribe,

RE: Tomcat autostart on Linux

2002-10-25 Thread neal
Cool thanks! :) Neal -Original Message- From: Kwok Peng Tuck [mailto:pengtuck;makmal.com] Sent: Friday, October 25, 2002 1:47 AM To: Tomcat Users List Subject: Re: Tomcat autostart on Linux Or you could take the rpm script and configure for you tomcat location. make sure add