Title: RE: Orion as a Win2000 service

I am running Orion as a service using the following RunSvcExe script:

Note that jvmi.exe (http://www.kcmultimedia.com/jvmi/) is necessary because of a bug (or feature) in Win32 Java that does not allow you to log out of the machine while Orion is running.  This defeats the whole purpose of running Orion as a service.

#######
# This script runs OrionServer as a service
#

JAVA_HOME=d:\jre\1.3
ORION_HOME=d:\orion

# set up java run-time stuff
exe=$JAVA_HOME$\bin\hotspot\jvmi.exe

# RunExeSvc variables

debug=false            # if true, RunExeSvc will show internal status
home=$ORION_HOME$     # the starting dir of the service

# Running as an http server.
cmdline=$exe$ (****YOUR ORION COMMAND LINE HERE****)
##########


Larry
http://alltrue.com


-----Original Message-----
From: Thomas Pridham [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 15, 2001 11:59 AM
To: Orion-Interest
Subject: Orion as a Win2000 service


Is anyone running Orion as a Windows 2000 service.  I tried to setup the
service as recommended by www.orionsupport.com but the application
(RunExecSvc) just dies everytime we try to run it.  Is there another way to
do this?  Any help would be greatly appreciated.

Thanks,
Tom Pridham
Software Engineer
Computer Management Consultants
6951 Pistol Range Road
Tampa, FL  33536
813-935-7332 ext. 165
813-854-4538 - Fax
http://www.cmctpa.com
http://www.oakscape.com

Reply via email to