commons-daemon

How do I setup a standalone java application to run as a service using procrun?

I'm trying to setup a standalone java service using commons-daemon (procrun) Does anyone know where to get procrun and how to get it up and running? Are there any alternatives? (I would use Java Service Wrapper but I can't use GPL Licensed code) ...

Configuration reload with Jakarta Commons Daemon

Using Jakarta Commons Daemon is it possible to have my Java application perform an action (reload a configuration) when a SIGHUP signal is sent to the jsvc process? If not - what are my other options for reloading the configuration with this library - without stopping the process? I have looked at the documentation but didn't find it tha...