RE: Orion as a service on Windows NT 4

2001-04-19 Thread Paul Knepper

Try http://www.kcmultimedia.com/javaserv/

-Original Message-
From: George Mardale [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 5: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.




RE: Orion as a service on Windows NT 4

2001-04-19 Thread Kemp Randy-W18971

There is something addressing that issue on www.orionsupport.com.

-Original Message-
From: George Mardale [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 7: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.




RE: Orion as a service on Windows NT 4

2001-04-19 Thread Mac Ferguson

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" "/SDORION_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.





Re: Orion as a service on Windows NT 4

2001-04-19 Thread Johan Fredriksson

I suppose I can copy paste the message...

It's about using jnt on win2k, but I guess the same thing would apply to
nt4...

Hope it helps


Johan!

Thanks..This worked.

Rajeev


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 4:08 PM
To: Orion-Interest
Subject: RE: Orion as Win2000 service using jnt !


I have successfully used this tool to install Orion as a service on Win2K.
Here is the correct command to issue using jnt, with orion at c:\orion and
jnt at c:\jnt, assuming you are in the c:\jnt directory or jnt is in your
path:

jnt "/InstallAsService: Orion Service" "/SDc:\orion" -jar c:\orion\orion.
jar

On Wed, 18 Apr 2001, Mac Ferguson wrote:

 I don't think you need the "" around the startup dir...

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Puthezhath,
 Rajeev (TWII Boston)
 Sent: Tuesday, April 17, 2001 5:08 PM
 To: Orion-Interest
 Subject: Orion as Win2000 service using jnt !


 Hi Friends

 I am trying to set up Orion as a Win2000 Service. First I tried to set it
up
 using RunExecSvc.exe  as explained in orionsupport.com. But I was not
 successful in getting this exe run as it always exited suddenly. Then
taking
 a hint from this mailing list I tried with jnt.

 D:\jntd:\jnt\jnt "/InstallAsService: Orion" "/SDD:\orion" java -jar
 d:\orion
 \orion.jar

 I get the following statements.

 Java Service Launcher V1.0.1 beta
 Copyright (C) 2000 by eWorkSmart, LLC

 04/17/01 17:04:40 - Installing as service "Orion" (Orion).
 04/17/01 17:04:40 -
 This has been installed as "Orion".
 This service is set to automatically start when the
 system boots.  To start the service now, use the "Services"
 icon found in the control panel.
 04/17/01 17:04:40 -

 NT Service options:
 Use /InstallAsService:ServiceName[:dependent1,dependent2,...] to
 install.
 Use /RemoveAsService:ServiceName to remove (uninstall) as a service.
 Use /SetServiceParams:ServiceName to change the startup parameters for
this
 serv
 ice.
 Note: Any additional parameters on the command line will be setup
   as the startup parameters for the service when using
   the /InstallAsService or /SetServiceParams options.


 But after starting the Orion Service from Services, When I try to access
 the application then it throws an error saying
 web server can not be found. Any idea why this is happening ?


 Thanks and Regards

 Rajeev









- Original Message -
From: "George Mardale" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Thursday, April 19, 2001 2:29 PM
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.