Patrick Luby <[EMAIL PROTECTED]> wrote: > Remy, > > Remy Maucherat wrote: >> >> At the moment, it is only a NT service, I think. The exe wrapper can (and >> probably should) do both. > > I will admit that I am no Windows expert, but can't you just have a main() > function that invokes start service code. Shutdown would be a little trickier > as > you need to send it a signal or some other event.
Under WindoSH either the "stop" button on the "services" panel, or the "CTRL-C" trap from the command line are trappable just like signals in unix.. When we trap those events, we can easily forward them thru JNI to the VM process on some methods... Pier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>