Java Service Wrapper or Commons Daemon?

2006-08-09 Thread James Strachan
Anyone have any experience of these 2 solutions to know which one is the best to use when creating a windows/unix service? http://wrapper.tanukisoftware.org/doc/english/introduction.html http://jakarta.apache.org/commons/daemon/index.html It'd be nice to have a service for ActiveMQ - am just

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread Guillaume Nodet
I've never used commons-daemon, but JSW is very cool and works nicely. Is there any specific features not covered by JSW that we would need ? On 8/9/06, James Strachan [EMAIL PROTECTED] wrote: Anyone have any experience of these 2 solutions to know which one is the best to use when creating a

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread James Strachan
On 8/9/06, Guillaume Nodet [EMAIL PROTECTED] wrote: I've never used commons-daemon, but JSW is very cool and works nicely. Is there any specific features not covered by JSW that we would need ? No not really - I just wondered if anyone had used both and could recommend one over the other.

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread -=Kobye=-
javaservice is very good in window jboss and activemq and james work well using javaservice as windows service. I run jboss and activemq and james in this way. -- I love Java! I love Sports! I love this Game !

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread -=Kobye=-
more important ,it's very easy to use. -- I love Java! I love Sports! I love this Game ! QQ:33093778 MSN:[EMAIL PROTECTED] home:http://www.jsports.org blog:http://blog.csdn.net/jsports

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread Jason Dillon
Both of these look like then use natives... which I don't really understand. For windows... sure, but do they need natives for POSIX systems? --jason On Aug 9, 2006, at 4:41 AM, James Strachan wrote: Anyone have any experience of these 2 solutions to know which one is the best to use

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread James Strachan
On 8/9/06, Jason Dillon [EMAIL PROTECTED] wrote: Both of these look like then use natives... which I don't really understand. For windows... sure, but do they need natives for POSIX systems? Yes - they are used to do things like monitor, kill and restart JVMs if they hang up etc. -- James

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread Jason Dillon
I guess :-P Well, lemme know what you guys end up using, cause we will do the same for Geronimo. --jason On Aug 9, 2006, at 12:40 PM, James Strachan wrote: On 8/9/06, Jason Dillon [EMAIL PROTECTED] wrote: Both of these look like then use natives... which I don't really understand. For

Re: Java Service Wrapper or Commons Daemon?

2006-08-09 Thread Dain Sundstrom
I've never used the commons daemon stuff, but everyone I know uses jsw, so I think it is the obvious choice. -dain On Aug 9, 2006, at 12:50 PM, Jason Dillon wrote: I guess :-P Well, lemme know what you guys end up using, cause we will do the same for Geronimo. --jason On Aug 9, 2006,