|
From: Leif M. <le...@ta...> - 2010-01-28 03:48:23
|
Steve, The Wrapper lets you run a Java application as a Windows service so that it survives user log offs and will even be started on reboots if the user never logs in. The Wrapper also has a feature which protects the Java process from the Window Close and LOGOFF signals which get sent to all processes when a user logs off of a system. The JVM will continue to run uninterrupted in such cases. (I think this is what you were asking about.) The Java Service Wrapper also has a lot of JVM monitoring and error recovery features which will make sure your Application stays up and running even when there are problems. Please let me know if you additional questions. Sincerely, Leif Mortenson Tanuki Software, Ltd. On Thu, Jan 28, 2010 at 8:56 AM, Stephen C. Lloyd <ste...@la...> wrote: > Can the wrapper setup a service that runs even when the user has logged off? > > Steve |