Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 47752 invoked from network); 16 Jun 2000 15:40:20 -0000 Received: from scl.seagram.com (199.222.28.2) by locus.apache.org with SMTP; 16 Jun 2000 15:40:20 -0000 Received: from ccmail.seagram.com by scl.seagram.com with SMTP id LAA28231 (InterLock SMTP Gateway 4.2 for ); Fri, 16 Jun 2000 11:40:18 -0400 Received: from ccMail by ccmail.seagram.com (IMA Internet Exchange 3.11) id 001502A8; Fri, 16 Jun 2000 11:37:10 -0400 Mime-Version: 1.0 Date: Fri, 16 Jun 2000 11:34:38 -0400 Message-Id: <001502A8.C22202@seagram.com> From: Jonathan_Pierce@seagram.com (Jonathan Pierce) Subject: Re:BUG report.. To: tomcat-dev@jakarta.apache.org, Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Description: cc:Mail note part X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I've had the same problem with jdk1.3. I had to revert my installation to jdk1.2.2 so that my jdk runtimes launched by services wouldn't be killed when I logged off the box. Has anyone reported this as a jdk1.3 bug? Jonathan ____________________Reply Separator____________________ Subject: BUG report.. Author: tomcat-dev@jakarta.apache.org Date: 6/15/00 6:47 PM Bug Report.. Tomcat jk_nt_service.exe doesn't propery handle the CTRL_LOGOFF_EVENT and when installed as an NT service, it will shutdown as soon as a user log's off the the said nt box.. I'm not sure if this is trully a tomcat or jdk 1.3 bug but a wrapper could be written to trap such event ( if it's possible ) - unless of course JDK 1.3 "java.exe" does it's own CreateProcess when launching classes with CREATE_NEW_CONSOLE flag set.. Another way would be to use JNI and initialize a VM that way, then have the JNI wrapper CTRL_LOGOFF_EVENT instead of creating a java.exe process.. Sun JDK 1.3 Tomcat 3.1 jk_nt_service.exe --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org