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 that clear on this issue.
Note: I do not require a cross-platform way of handling signals. I just want to know what Jakarta Commons Daemon offers in terms of configuration reloading when used with a UNIX based platform.