Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 16934 invoked from network); 14 Jun 2000 07:25:21 -0000 Received: from moonlight.marvel.ch (194.6.188.3) by locus.apache.org with SMTP; 14 Jun 2000 07:25:21 -0000 Received: from marvel.ch (samuel.marvel.ch [194.209.38.201]) by MoonLight.marvel.ch (8.9.1/8.9.1) with ESMTP id JAA24993 for ; Wed, 14 Jun 2000 09:24:51 +0200 (MET DST) Message-ID: <394732C8.1B6F2F3E@marvel.ch> Date: Wed, 14 Jun 2000 09:22:48 +0200 From: ARNOD-PRIN Samuel X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: ISAPI redirect dll fails to start References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I've got the same problem... I've installed it at home (using nt server pack 6) and no problem and here with pack5 it doesn't work... do I have to install pack6 here ?? Nissim Karpenstein wrote: > > I'm having trouble getting the ISAPI redirect dll to start. I can view the > examples through the java web server on port 8080, but IIS won't connect. > > This is what I have in the registry under the key: > HKEY_LOCAL_MACHINE\Software\Apache Software Foundation\Jakarta Isapi > Redirector\1.0\ > > extension_uri="/jakarta/isapi_redirect.dll" > log_file="C:\jakarta-tomcat\logs\isapi.log" > log_level="debug" > worker_file="c:\jakarta-tomcat\conf\worker.properties" > worker_mount_file="c:\jakarta-tomcat\conf\uriworkermap.properties" > > I added a virtual directory called jakarta which points to > c:\jakarta-tomcat\bin\iis\i386 which contains the dll file. > > The filter comes up with the red arrow pointing down, and in the event log > it says: > The HTTP Filter DLL C:\jakarta-tomcat\bin\iis\i386\isapi_redirect.dll failed > to load. The data is the error. > > And the data is: > 0000: 02 00 00 00 > > This is what's in the isapi.log: > [jk_uri_worker_map.c (111)]: Into jk_uri_worker_map_t::uri_worker_map_alloc > [jk_uri_worker_map.c (144)]: Into jk_uri_worker_map_t::uri_worker_map_open > [jk_uri_worker_map.c (158)]: jk_uri_worker_map_t::uri_worker_map_open, rule > map size is 2 > [jk_uri_worker_map.c (214)]: Into jk_uri_worker_map_t::uri_worker_map_open, > match rule /servlet/=ajp12 was added > [jk_uri_worker_map.c (214)]: Into jk_uri_worker_map_t::uri_worker_map_open, > match rule /examples/=ajp12 was added > [jk_uri_worker_map.c (243)]: Into jk_uri_worker_map_t::uri_worker_map_open, > there are 2 rules > [jk_uri_worker_map.c (264)]: jk_uri_worker_map_t::uri_worker_map_open, done > [jk_uri_worker_map.c (111)]: Into jk_uri_worker_map_t::uri_worker_map_alloc > [jk_uri_worker_map.c (144)]: Into jk_uri_worker_map_t::uri_worker_map_open > [jk_uri_worker_map.c (158)]: jk_uri_worker_map_t::uri_worker_map_open, rule > map size is 2 > [jk_uri_worker_map.c (214)]: Into jk_uri_worker_map_t::uri_worker_map_open, > match rule /servlet/=ajp12 was added > [jk_uri_worker_map.c (214)]: Into jk_uri_worker_map_t::uri_worker_map_open, > match rule /examples/=ajp12 was added > [jk_uri_worker_map.c (243)]: Into jk_uri_worker_map_t::uri_worker_map_open, > there are 2 rules > [jk_uri_worker_map.c (264)]: jk_uri_worker_map_t::uri_worker_map_open, done > > -------------------------------------------------------------------------- > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > For additional commmands, email: tomcat-user-help@jakarta.apache.org