Re: How to create/run a Java Service on UNIX

2004-09-12 Thread Leif Mortenson
Daxin, Give the Java Service Wrapper a try. http://wrapper.tanukisoftware.org/ Tomcat is one of the examples used in the integration documentation: http://wrapper.tanukisoftware.org/doc/english/integrate-start-stop-nix.html Cheers, Leif Daxin Zuo wrote: I neeed to create a service on UN

RE: How to create/run a Java Service on UNIX

2004-09-10 Thread Daxin Zuo
se, I can try else way. Thanks again. -Original Message- From: Tom Simons [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 1:31 PM To: Tomcat Users List Subject: Re: How to create/run a Java Service on UNIX Are you just looking for Unix to start a daemon every time it boots? T

Re: How to create/run a Java Service on UNIX

2004-09-10 Thread Tom Simons
> This service will not depend on if Tomcat is running or not. > I want this service on UNIX runs automatically when the computer is started, > and keep running. > > Thanks. > > -Original Message----- > From: John Najarian [mailto:[EMAIL PROTECTED] > Sent: Thursda

RE: How to create/run a Java Service on UNIX

2004-09-10 Thread Mike Curwen
s the approximate equivalent on *nix, of the Windows Services control panel). > -Original Message- > From: John Najarian [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 2:28 PM > To: 'Tomcat Users List' > Subject: RE: How to create/run a Java Ser

RE: How to create/run a Java Service on UNIX

2004-09-10 Thread John Najarian
September 10, 2004 12:03 PM To: Tomcat Users List Subject: RE: How to create/run a Java Service on UNIX First I thank very much for the replies. Please continue forward instruction. this service, written in Java, will serves two applications: one is online with Tomcat, and another one is an offline a

RE: How to create/run a Java Service on UNIX

2004-09-10 Thread Daxin Zuo
PROTECTED] Sent: Thursday, September 09, 2004 8:35 PM To: 'Tomcat Users List' Subject: RE: How to create/run a Java Service on UNIX 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 som

RE: How to create/run a Java Service on UNIX

2004-09-10 Thread Shapira, Yoav
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

Re: How to create/run a Java Service on UNIX

2004-09-10 Thread Nikola Milutinovic
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 wit

RE: How to create/run a Java Service on UNIX

2004-09-09 Thread John Najarian
h the 'Service'. 'Service' this is Unix not winblows. Get with the correct lingo! - LOL! -Original Message- From: John Gentilin [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 7:08 PM To: Tomcat Users List Subject: Re: How to create/run a Java Service on UNIX S

Re: How to create/run a Java Service on UNIX

2004-09-09 Thread John Gentilin
at all, and you want to know how to go about doing so? -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 5:19 PM To: Tomcat Users List Subject: RE: How to create/run a Java Service on UNIX Yes. It keep running and sometimes it replies and

RE: How to create/run a Java Service on UNIX

2004-09-09 Thread Daxin Zuo
: Thursday, September 09, 2004 3:39 PM To: 'Tomcat Users List' Subject: RE: How to create/run a Java Service on UNIX That's why I asked if it can be run as a daemon. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 3:30 PM To: &#x

RE: How to create/run a Java Service on UNIX

2004-09-09 Thread Daxin Zuo
n't written the program yet at all, and you want to know how to go about doing so? > -Original Message- > From: Daxin Zuo [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 5:19 PM > To: Tomcat Users List > Subject: RE: How to create/run a Java Service on

RE: How to create/run a Java Service on UNIX

2004-09-09 Thread John Najarian
That's why I asked if it can be run as a daemon. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 3:30 PM To: 'Tomcat Users List' Subject: RE: How to create/run a Java Service on UNIX So you've already written this

RE: How to create/run a Java Service on UNIX

2004-09-09 Thread Mike Curwen
o know how to go about doing so? > -Original Message- > From: Daxin Zuo [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 5:19 PM > To: Tomcat Users List > Subject: RE: How to create/run a Java Service on UNIX > > > Yes. It keep running and sometim

RE: How to create/run a Java Service on UNIX

2004-09-09 Thread Daxin Zuo
Yes. It keep running and sometimes it replies and provides some data for other applications. -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:59 PM To: 'Tomcat Users List' Subject: RE: How to create/run a Java Service on UNI

RE: How to create/run a Java Service on UNIX

2004-09-09 Thread John Najarian
Do you want to run this as a daemon? -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:11 PM To: Tomcat Users List Subject: How to create/run a Java Service on UNIX I neeed to create a service on UNIX.( The program is in Java. this service

Re: How to create/run a Java Service on UNIX

2004-09-09 Thread John Villar
riginal Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:30 PM To: Tomcat Users List Subject: Re: How to create/run a Java Service on UNIX Use the Apache Phoenix framework Apache James uses it Daxin Zuo escribió: I neeed to create a service on UNI

RE: How to create/run a Java Service on UNIX

2004-09-09 Thread Daxin Zuo
Could you please give more details? or example of using Phoenix and James? -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:30 PM To: Tomcat Users List Subject: Re: How to create/run a Java Service on UNIX Use the Apache Phoenix

Re: How to create/run a Java Service on UNIX

2004-09-09 Thread John Villar
Use the Apache Phoenix framework Apache James uses it Daxin Zuo escribió: I neeed to create a service on UNIX.( The program is in Java. this service will serves an offline application and an online application running with Tomcat.) Could you please tell me how to do. Thanks. ---