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 19038 invoked from network); 3 Jun 2000 17:51:20 -0000 Received: from mnmai05.mn.mediaone.net (24.131.1.59) by locus.apache.org with SMTP; 3 Jun 2000 17:51:20 -0000 Received: from dragonfly (nic-31-c12-140.mn.mediaone.net [24.31.12.140]) by mnmai05.mn.mediaone.net (8.8.7/8.8.7) with SMTP id NAA20416 for ; Sat, 3 Jun 2000 13:51:15 -0400 (EDT) From: "Jess Holle and Wendy Vidlak" To: Subject: IIS 5 and isapi_redirect.dll Date: Sat, 3 Jun 2000 12:45:32 -0500 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.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N 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. 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. [jk_worker.c (98)]: Into wc_open [jk_worker.c (217)]: Into build_worker_map, creating 1 workers [jk_worker.c (223)]: build_worker_map, creating worker ajp12 [jk_worker.c (154)]: Into wc_create_worker [jk_worker.c (168)]: wc_create_worker, about to create instance ajp12 of ajp12 [jk_ajp12_worker.c (264)]: Into ajp12_worker_factory [jk_worker.c (177)]: wc_create_worker, about to validate and init ajp12 [jk_ajp12_worker.c (182)]: Into jk_worker_t::validate [jk_ajp12_worker.c (194)]: In jk_worker_t::validate for worker ajp12 contact is localhost:8007 [jk_worker.c (187)]: wc_create_worker, done [jk_worker.c (233)]: build_worker_map, removing old ajp12 worker [jk_worker.c (245)]: build_worker_map, done [jk_worker.c (118)]: wc_open, done [jk_isapi_plugin.c (385)]: In HttpFilterProc test redirection of /examples/ [jk_uri_worker_map.c (286)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (338)]: jk_uri_worker_map_t::uri_worker_map_open, done with ajp12 [jk_isapi_plugin.c (395)]: In HttpFilterProc /examples/ should redirect to ajp12 [jk_uri_worker_map.c (127)]: Into jk_uri_worker_map_t::uri_worker_map_free [jk_uri_worker_map.c (273)]: Into jk_uri_worker_map_t::uri_worker_map_close [jk_uri_worker_map.c (278)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (134)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters [jk_worker.c (125)]: Into wc_close [jk_worker.c (127)]: wc_close, done Thanks. -- Jess Holle