Running Tomcat as an NT Service Problem....

2001-01-10 Thread Corey_Drew

Dear users,

I have installed tomcat and I am running it as an NT service and I am
running it with IIS. Everything is working fine. I set the Jakarta service
to run as the system(default) but when i log off the box the service stops
running. I don't know why the service would stop when I log off the box? I
intalled the service when I was logged in as administrator. Has anybody
runn accross this happening to them before? Please help me out, I would
really appreciate it.

Thanks for your time,

Corey Drew.
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Running Tomcat as an NT Service Problem....

2001-01-10 Thread Randy Layman


You are using JDK 1.3.  This is a known issue with that version of
the JDK.  You have two options.

1.  Use JDK1.2 (might not be possible depending upon your
application)
2.  Find one of the wrappers for JDK1.3 that trap the user logged
off signal.  Search the mailing list archives to find one of these (this is
a VERY common question).

Randy

Before you ask, the a link to the mail list archives are available at the
same place on the Jakarta website where you signed up for the mailing list.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 4:26 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Running Tomcat as an NT Service Problem


Dear users,

I have installed tomcat and I am running it as an NT service and I am
running it with IIS. Everything is working fine. I set the Jakarta service
to run as the system(default) but when i log off the box the service stops
running. I don't know why the service would stop when I log off the box? I
intalled the service when I was logged in as administrator. Has anybody
runn accross this happening to them before? Please help me out, I would
really appreciate it.

Thanks for your time,

Corey Drew.
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Running Tomcat as an NT Service Problem....

2001-01-10 Thread John Ellis

Corey,

There is a bug in the JDK 1.3 that causes this.  Your options are:  use
JDK1.2.2, wait for JDK1.3.1, or use an NT service that runs your code through
JNI calls like jsrvany or javaserv.

John

[EMAIL PROTECTED] wrote:

 Dear users,

 I have installed tomcat and I am running it as an NT service and I am
 running it with IIS. Everything is working fine. I set the Jakarta service
 to run as the system(default) but when i log off the box the service stops
 running. I don't know why the service would stop when I log off the box? I
 intalled the service when I was logged in as administrator. Has anybody
 runn accross this happening to them before? Please help me out, I would
 really appreciate it.

 Thanks for your time,

 Corey Drew.
 [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]