From tomcat-user-return-24638-qmlist-jakarta-archive-tomcat-user=jakarta.apache.org@jakarta.apache.org Mon Jul 01 17:17:55 2002 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 2885 invoked from network); 1 Jul 2002 17:17:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 1 Jul 2002 17:17:54 -0000 Received: (qmail 23013 invoked by uid 97); 1 Jul 2002 17:17:42 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 22996 invoked by uid 97); 1 Jul 2002 17:17:41 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 22959 invoked by uid 98); 1 Jul 2002 17:17:40 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Originating-IP: [65.235.151.191] From: "Andrew Conrad" To: "'Tomcat Users List'" , Subject: RE: getting isapi_redirect.dll to work with tomcat 4.0 and IIS Date: Mon, 1 Jul 2002 13:16:51 -0400 Message-ID: <003801c22123$17109590$1697eb41@js78711> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0039_01C22101.8FFEF590" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-reply-to: <76E0A5CB574CCD4090842F39ECBC73B0E86A25@exchange.idtdna.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 01 Jul 2002 17:17:29.0531 (UTC) FILETIME=[2DC5E0B0:01C22123] X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N ------=_NextPart_000_0039_01C22101.8FFEF590 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hey Michael, Your problem is very interesting. It seems your redirector is getting you to the Tomcat server (your getting a tomcat error) then looking for the redirector again. the file isapi_redirect.dll is from Tomcat 3.3 I believe. While all the documentation says it will work, I had the smoothest installation using this redirector http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/w in32/ the file name is isapi_redirector.dll and you will need to make sure you modify all your registry settings to reflect this. renaming the file to isapi_redirect.dll may cause problems because I think it looks internally for itself. then, start check that your virtual directory "jakarta" pointing to the folder containing isapi_redirector.dll if neither of those solutions work, you might want to start over using this step-by-step install guide. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm -Andrew -----Original Message----- From: Michael Allen [mailto:mallen@idtdna.com] Sent: Monday, July 01, 2002 11:58 AM To: tomcat-user@jakarta.apache.org Subject: getting isapi_redirect.dll to work with tomcat 4.0 and IIS Hello! I think I have been through all the FAQs available, and I feel like I am close to getting this to work. I have set up the /jakarta/ as a virtual folder, I have edited the registry, I get a green arrow under ISAPI filters. but when I try to go to, for example, http://localhost/examples/jsp/dates/date.jsp, I get the following in my browser: Apache Tomcat/4.0.3 - HTTP Status 404 - /jakarta/isapi_redirect.dll _____ type Status report message /jakarta/isapi_redirect.dll description The requested resource (/jakarta/isapi_redirect.dll) is not available. And in my log file I get: 002:10:59:06 -0600] "GET /jakarta/isapi_redirect.dll? HTTP/1.1" 404 654 on the other hand, if I try: http://localhost:8080/examples/dates/dates.jsp; everything is happy. Am I close? Help. Michael ________________________________________________ Michael E. Allen, Ph.D. (847)965-2932 Senior Research Scientist mallen@idtdna.com Compuational Research Group Integrated DNA Technologies Suite 700 8930 Gross Point Rd. Skokie, IL 60077 ------=_NextPart_000_0039_01C22101.8FFEF590--