Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 99434 invoked by uid 500); 20 Aug 2001 17:59:40 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 99420 invoked from network); 20 Aug 2001 17:59:40 -0000 Received: from gateway.era.co.uk (HELO mimesweeper.era.co.uk) (193.116.28.254) by h31.sny.collab.net with SMTP; 20 Aug 2001 17:59:40 -0000 Received: from SMTP agent by mail gateway Mon, 20 Aug 2001 18:46:49 -0000 Received: from LUCIFER (unverified) by mimesweeper.era.co.uk (Content Technologies SMTPRS 4.2.1) with SMTP id for ; Mon, 20 Aug 2001 19:06:38 +0100 Reply-To: From: "Thomas Tuft Muller" To: Subject: Problems setting up IIS 5.0 and Tomcat 3.2.* Date: Mon, 20 Aug 2001 18:58:09 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I've some problems setting up IIS and Tomcat for a server box (I have the exact same configuration working on my laptop). As far as I can see, the redirect filter does not work - the http log indicates this. There is also dumped some rubbish (0-bytes) in the log-file that reinforces this suspicion. The funny thing is, that the isapi.log indicates that the filter is working (or at least that it is in fact redirected to): [jk_isapi_plugin.c (408)]: HttpFilterProc started [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /examples/jsp/index.html [jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a match ajp12 [jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.html] is a servlet url - should redirect to ajp12 [jk_isapi_plugin.c (461)]: HttpFilterProc check if [/examples/jsp/index.html] is points to the web-inf directory But the http log says: #Software: Microsoft Internet Information Services 5.0 #Version: 1.0 #Date: 2001-08-20 17:22:56 #Fields: time c-ip cs-method cs-uri-stem sc-status 17:22:56 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404 #Software: Microsoft Internet Information Services 5.0 #Version: 1.0 #Date: 2001-08-20 17:28:08 #Fields: time c-ip cs-method cs-uri-stem sc-status 17:28:08 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404 17:28:24 127.0.0.1 GET /index.html 304 .... all the tomcat logs are fine and shows that the apps starts. and yes, the uriworkermap.properties is defined correct: # Mount the servlet context to the ajp12 worker /servlet/*=ajp12 # Mount the examples context to the ajp12 worker /examples/*=ajp12 # Mount the admin context to the ajp12 worker /admin/*=ajp12 # Mount the test context to the ajp12 worker /test/*=ajp12 # Mount the cvslet context to the ajp12 worker /jcvslet/*=ajp12 Any suggestions is MUCH appreciated!!! -- Thomas ************************************************************************* Copyright ERA Technology Ltd. 2001. (www.era.co.uk). All rights reserved. Confidential. No liability whatsoever is accepted for any loss or damage suffered as a result of accessing this message or any attachments.