Mantis - Resin
Viewing Issue Advanced Details
2276 minor always 12-28-07 10:06 01-02-08 13:22
sam  
ferg  
normal  
closed 3.1.2  
fixed  
none    
none 3.1.4  
0002276: -Xrs not having an effect
(rep by J Dennis)

Resin 3.1.2
Windows Professional 2003

Resin installed as a windows service restarts
when console user
(Administrator or any other user with administrative
authority) logs out.
The server is configured with the -Xrs switch (Resin
2.1.8 configured with
-Xrs does not restart when a user logs out). Here's
the service
installation command that was used:

httpd -install-as ResinPro3.1.2_IBJI -resin_home
e:\caucho\resin\resin-pro-3.1.2 -conf conf/resin-ibji.conf -nojit -java_home
e:\java\jdk1.5.0_12 -Xms128m -Xmx512m -Xrs

Notes
(0002613)
ferg   
01-02-08 13:22   
Command-line options need to be specified in the <jvm-arg> in the resin.conf.

In versions after 3.1.4, the command-line options to the startup program are also coped to the Resin instance, but <jvm-arg> is still preferred.