Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 89898 invoked from network); 21 Nov 2002 23:43:33 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 21 Nov 2002 23:43:33 -0000 Received: (qmail 18775 invoked by uid 97); 21 Nov 2002 23:44:34 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 18759 invoked by uid 97); 21 Nov 2002 23:44:34 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 18743 invoked by uid 98); 21 Nov 2002 23:44:33 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3DDD6FA8.2000404@cs.com> Date: Thu, 21 Nov 2002 18:43:36 -0500 From: Alexander Leyke User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en, ru MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: JK2 module for AOLserver References: <3DDA7BDC.2090103@cs.com> <3DDACB1F.3070209@cs.com> <3DDC2D3C.3020000@cs.com> <3DDD5FF7.8080801@cs.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Costin Manolache wrote: >I used BootstrapService because it didn't create the 8005 shutdown >socket. My tests were done with 4.0. >You can create your own wrapper, use CatalinaService directly or >call Bootstrap ( if you don't mind 8005 - in your case it doesn't >matter too much since you'll have a single process ). > > Bootstrap just worked for me . Comments in BootstrapService.java suggest it is for Win32. Are you testing on NT? I am still getting Java exceptions and for some reason javac doesn't want to compile (it cannot find "modern" compiler and is looking for "classic"), but JSP I had compiled before are running. > > >>A related question - what does this log entry mean? I think it is >>related to [worker.jni:onShutdown] entry in workers2.properties. >> >>jk_worker_jni.c:369:jni.init() disabling the non init hook worker >> >> > >I have no idea. Ask Mladen :-) > >I know he added special code to allow multiple classes to be called >on startup, init, shutdown, etc. There are several ways to >load the java class. > >Since you see the messages from TomcatStarter - I assume it's >harmless. > > > I saw the code which sends the message. Looks like it just disables hooks that don't belong to startup, init, or close phase. I am not sure what implications it has. Thanks! Alex -- To unsubscribe, e-mail: For additional commands, e-mail: