The best way I've found to do this is using JNT, which allows any java
program to be run as a service. It throws an error when you shut it down but
that just seems to be a nuisance. You can download it from:
http://www.eworksmart.com/jnt/
unzip it to a directory, say c:\JNT, open a console and cd to c:\JNT then
issue the following command, replacing <ORION_HOME> with your Orion install
directory path:
jnt "/InstallAsService: Orion" "/SD<ORION_HOME>" java -jar
<ORION_HOME>\orion.jar
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of George Mardale
Sent: Thursday, April 19, 2001 8:29 AM
To: Orion-Interest
Subject: Orion as a service on Windows NT 4
Hello everybody!
I want to install Orion as a service on Windows NT 4. Can anyone give me an
idea
how to do it?
Thanks in advance,
George.