I've been spending the better part of the evening trying to beat commons daemon into submission, but I haven't been able to make any progress on this problem. Essentially, it looks like jsvc simply ...
Little framework to create Java programs that behave like Linux daemons/Windows services. This method is called to start your program. It must be non blocking. If this method throws any Exception the ...
Seems like most of them try to run it within the daemon itself, which seems problematic, see below. Only sbt seems to handle it properly! A better approach maybe would be to run it within the client ...