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
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.