Hi, Commons-Daemon is used by Tomcat (in fact, it used to be part of the Tomcat internals before we made it more generic and its own project).
To the OP: get a basic unix sysadmin book, it will cover cron and daemons. These are fairly essential basic unix skills, so if you work in the unix environment this book will do you a lot of good ;) Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] >Sent: Friday, September 10, 2004 5:28 AM >To: Tomcat Users List >Subject: Re: How to create/run a Java Service on UNIX > >John Najarian wrote: > >> It's very easy to launch a Java daemon in Linux/Unix. >> It used to be difficult & require some JNI programming. >> On the GNU site I found a slick way someone wronte in >> Java and it is simple. What I wanted to know from the >> person asking the question is what they're trying to do >> with the 'Service'. 'Service' this is Unix not winblows. >> Get with the correct lingo! - LOL! > >You should all look at http://jakarta.apache.org/commons/daemon/ > >There are other wrappers, but this one can be used by Tomcat, I think. >Or is used in some binary distros. > >Nix. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
