|
From: Jason R. <jr...@cl...> - 2007-12-07 19:24:31
|
I'd like to thank tanukisoftware for their wrapper, we find it quite useful. The website reports "it does provide a number of properties to configure how stdout and stderr output to the JVM console is handled", however after reviewing the online documentation I could not find the exact feature I was looking for. My question to this list is whether or not it is possible to accomplish the following using the wrapper: =20 To start a daemon and allow it report any immediate errors (such as problems in the configuration) directly to the console. Then, assuming there were no immediate issues, daemonize and redirect output. =20 I see several ways this could be done: signaling the wrapper to redirect output, having the wrapper delay daemonizing for some fixed period of time, or even simply not redirecting output at all, and then have my application close stdout and stderr and use logging for the rest of the application's lifetime. =20 Are any of the above methods possible? =20 Thanks in advance, =20 Jason Resch =20 |