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 42017 invoked from network); 5 Jun 2000 08:01:44 -0000 Received: from biff.ibm.net.il (192.115.72.164) by locus.apache.org with SMTP; 5 Jun 2000 08:01:43 -0000 Received: from il.ibm.com (gvul.haifa.il.ibm.com [192.115.216.67]) by biff.ibm.net.il (Postfix) with ESMTP id 173051036 for ; Mon, 5 Jun 2000 11:01:31 +0300 (IDT) Message-ID: <393B6C1C.124AB14@il.ibm.com> Date: Mon, 05 Jun 2000 11:00:12 +0200 From: Gal Shachor Reply-To: shachor@il.ibm.com Organization: IBM X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en-US,en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: IIS 5 and isapi_redirect.dll References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Jess, > > As per others I've seen in the archives, Tomcat is working fine for me when > accessed directly, but not when accessed through IIS. > > I've checked over and over the registry settings, the jakarta virtual > directory, the ISAPI filter installation, etc. I still continue to get > errors rather than results when requesting "http://localhost/examples/", > etc, through. > > Below is my isapi.log when the log level is set to "debug" for such a failed > request. Most of this apparently is fine, but when I set the log level to > "error", the two lines containing "NULL parameter(s)" show up so these > apparently indicate a problem. These are the 3rd and 4th line from the > bottom. No this is not the problem, the problem is that the ISAPI extension part of the filter is not getting called. > > Can anyone point me towards what I did wrong? > > My setup is the default "out of the box" Tomcat setup plus the > isapi_redirect.dll and using pooled (with default settings) rather than > simple connections for the ajp12 worker. > What is the exact error message that you get? Also, did you configure a jakarta virtual directory that points to the location of the filter DLL? DId you give this directory execution permissions? Gal Shachor