Re: Creating a Service for launching Orion in Windows 2000

2002-04-18 Thread Shal Jain
If you are using JNT to to launch orion as a service and assuming orion in installed on d:\orion the following line will install orion to run as a service named Orion_Server jnt /InstallAsService:Orion_Server /SDd:\orion -jar orion.jar -out d:\orion\log\stdout.log -err d:\orion\log\stderr.log

Re: Creating a Service for launching Orion in Windows 2000

2002-04-18 Thread Brian Smith
Here is my srvstart.exe INI file for OC4J. I suppose one for Orion would be similar. [OracleOC4J] #to install the service: srvstart install OracleOC4J -c c:\oracle\conf\oc4j\service.ini #to remove the service: srvstart remove OracleOC4J #make sure that the system PATH inclues the folder

Re: Creating a Service for launching Orion in Windows 2000

2002-04-18 Thread Scott Farquhar
There are many ways of running as a service documented here: http://kb.atlassian.com/content/orionsupport/articles/orserv.html Cheers, Scott Matt Siegfried wrote: I have followed the steps I found in the posting on OrionServer.com to create a service that will automatically launch Orion,