Re: java processes being sent shutdown on logoff



Thanks!!! That did the trick.

Real Gagnon wrote:
I'm having an issue running some java processes on a Windows server. My system has serveral java processes that are started in the
background by a system service. They are run as the SYSTEM user. When someone logs off from the console, the runtimes for the processes
are given the shutdown command. I would expect this if the processes
were running as the logged in user, but they are running as the SYSTEM
user. Has anyone else encountered this situation? If so, how would I
go about resolving it?

You need to use 1.3.1 or higher and pass the switch -Xrs (Reduce Signals Xtended-switch) to the JVM.

Bye.
.



Relevant Pages

  • Re: java processes being sent shutdown on logoff
    ... Real Gagnon wrote: ... My system has serveral java processes that are started in the ... background by a system service. ... Xtended-switch) to the JVM. ...
    (comp.lang.java)
  • Re: java processes being sent shutdown on logoff
    ... My system has serveral java processes that are started in the ... background by a system service. ... When someone logs off from the console, ... Real Gagnon from Quebec, Canada ...
    (comp.lang.java)
  • Re: java processes being sent shutdown on logoff
    ... My system has serveral java processes that are started in the ... background by a system service. ... When someone logs off from the console, ... Real Gagnon from Quebec, Canada ...
    (comp.lang.java)