January 1, 2001 12:00 AM EST
Generally it's desirable to deploy the Java server in such a manner that it
automatically starts when the computer does, and stops when the computer
shuts down. This could be quickly and easily implemented by writing an NT
service that communicates with the Java server.
NT servi... (more)