an alternative invocation mechanism for unix-daemon-like java code.
Questions tagged [apache-commons-daemon]
62 questions
0
votes
2 answers
Standalone Daemon or App Container?
I've been researching Apache's commons-daemon and it seems pretty cool: basically its an API as well as a library that helps register your JAR with the underlying OS so that it can be started and stopped like a daemon service. Additionally, it…

IAmYourFaja
- 55,468
- 181
- 466
- 756
-1
votes
1 answer
Apache Commons Daemon specify classpath
I try to deploy a program as windows service with apache commons daemon. i have everything set up fine beside the classpath.
Classpath=C:\test\test-service\lib\*
specifies where the service itself lies, but the service needs some configuration…

XtremeBaumer
- 6,275
- 3
- 19
- 65