Vlassis, I've run AOLserver 4.0.7 on Windows as a Windows Service,
which in principle, makes it pretty easy to have AOLserver
auto-restart when killed, auto-start when the machine boots, etc.
In practice, bugs
#772649
and
#989725
makes things much more complicated, and I had to write a Tcl script to
deal with that.
(It makes use of
PsTools
from www.sysinternals.com - very handy.)
To install AOLserver as a Windows Service, use the -I
switch, e.g.:
C:\nsd4\bin\nsd.exe -I -t C:\web\mysite\config.tcl
Bug
#994224
is also Windows specific, but it sounds like Dossy's figured out a
solution for that one. I probably won't get a chance to test his
patch for a while yet, though.