Announcing jruby-jsvc

Hi all,

A while ago I said I’d do it, and now I have. I’ve put our jruby-jsvc
code in to a reusable format, alongside a basic example and some
instructions.

This should help those of you trying to run your jruby applications as
unix daemons where you want to check your application has come up before
you background it. It also means you shouldn’t have to write or
maintain any Java code, which might appeal to some people.

Any Qs, Suggestions - let me know
Nick


Nick G.
Developer @ Media Service Provider
+44 207 729 4797


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Cool. Glad someone is starting to tackle daemonization.

The API looks like it should be possible to also support windows too.
Do you have any plans on looking at the windows side of things? It is
totally unsexy, but we do have quite a few windows folks downloading
JRuby now.

-Tom

On Mon, Sep 6, 2010 at 5:53 AM, Nick G. [email protected]
wrote:

you background it. It also means you shouldn’t have to write or
Developer @ Media Service Provider
+44 207 729 4797


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


blog: http://blog.enebo.com twitter: tom_enebo
mail: [email protected]


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Yeah, it should be possible. Tomcat does/did supports commons-daemon
with win32, which is the interface I’ve coded to.

Anyone up? :slight_smile:

Cheers,
Nick

On Wed, 2010-09-08 at 12:05 -0500, Thomas E Enebo wrote:

Hi all,
maintain any Java code, which might appeal to some people.
+44 207 729 4797


Nick G.
Developer @ Media Service Provider
+44 207 729 4797


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

I’ve used the servicewrapper from tanukisoftware.org to support both
*nix and Windows daemonization.

It was fairly straightforward. I could work something up if people
are interested in that…

Jay

On Wed, Sep 8, 2010 at 1:23 PM, Nick G. [email protected]
wrote:

Cool. Glad someone is starting to tackle daemonization.

http://xircles.codehaus.org/manage_email


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html

vs.

http://www.apache.org/licenses/LICENSE-2.0

with win32, which is the interface I’ve coded to.

The API looks like it should be possible to also support windows too.

code in to a reusable format, alongside a basic example and some
Any Qs, Suggestions - let me know


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Jon


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email