Unexpected service shutdown with SJSAS 9 and Windows

If SJSAS 9 is installed on Windows as a service and a user logs into the console and log out again, SJSAS goes down hard.It appears that Windows sends the equivalent of a SIGKILL to processes the user doesn't own , or something equally wierd.

Either way, adding the -Xrs JVM option to the domain.xml for the domain fixes the issue.

Would it be reasonable to ask that in a future release this be done by default for Windows installs if the user checks "Install as a service"?

[502 byte] By [readytowarea] at [2007-11-26 14:33:56]
# 1
Where exactly do you add this into the domain.xml?
toddjavaa at 2007-7-8 2:29:54 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Login as admin to web admin console and click Application Server in the left menu. Next choose JVM Settings -> JVM Options tab. Click Add JVM Option button and enter option 朮rs.
karolka at 2007-7-8 2:29:54 > top of Java-index,Application & Integration Servers,Application Servers...