Windows java server node best practice?
684328Feb 25 2009 — edited Feb 25 2009I'm coming from the windows/.NET world where I would usually expect a service that can be managed from the services applet or via the usual command line remote admin utils and doesn't need to interact with the console. Starting a java instance in a command window seems a bit odd to me.
I imagine it would need to use some mechanism to run at startup and not require a logged in account or manual intervention. What's the best way to do this?