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

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