Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 12163 invoked from network); 30 Aug 2005 23:58:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Aug 2005 23:58:44 -0000 Received: (qmail 78379 invoked by uid 500); 30 Aug 2005 23:58:31 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 78369 invoked by uid 500); 30 Aug 2005 23:58:31 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 78347 invoked by uid 99); 30 Aug 2005 23:58:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2005 16:58:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.17.203.170] (HELO sunflower.redhensystems.com) (216.17.203.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2005 16:58:45 -0700 Received: from RHS-MailGateway (mailrelay.redhensystems.local [192.168.0.6]) by sunflower.redhensystems.com (Postfix) with ESMTP id 149F56FB25 for ; Tue, 30 Aug 2005 17:58:46 -0600 (MDT) Received: from 192.168.0.7 ([192.168.0.7] helo=hops.RedHenSystems.local) by RHS-MailGateway ; 30 Aug 05 23:58:46 -0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: IIS connector problem X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Tue, 30 Aug 2005 17:58:50 -0600 Message-ID: <932CCC7D7ECD374893A5799658CC2FC30F52FC@hops.RedHenSystems.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: IIS connector problem Thread-Index: AcWtvsAvWE0VXZxMSHuo8hChOHgB2A== From: "Michael Dillon" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm using Tomcat 5.5.9 and IIS 6 on a Windows 2003 machine. =20 Isapi_redirect.dll (version 1.2.14) seems to work if use a full url such as this: =20 http://localhost/jsp-examples/index.html =20 All the various jsp examples work. =20 However, if I don't fully specify a document, such as http://localhost/jsp-examples, I get a 404 error. If I use http://localhost:8080/jsp-examples things work. =20 I have [uri:/jsp-examples/*] in my workers2.properties, and I thought that should ensure that pages would be passed to Tomcat for handling. Unless Tomcat isn't finding (or using) my configuration file...? =20 Other (probably related) symptoms: =20 I'm not getting any information into the "isapi_redirect.log" file. The folder where it should be exists, and its pointer is in the registry, but nothing is getting there... =20 =20 No shm.file is being created in the work folder. Also, I'm not seeing any "isapi_redirect.dll" entries in the IIS logfiles (which should be there if IIS is passing data onwards?). If this wasn't a clean installation, I'd think something else was handling jsp requests. =20 I've been trying to see if there's a detail I've missed, but sifting through the different howto's (for older versions) has been challenging. =20 Thanks in advance, =20 Mike =20 P.S. I installed the connector using the exe installation (isapi_redirect-1.2.14.exe) --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org