Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 63685 invoked from network); 9 Apr 2009 18:55:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 18:55:23 -0000 Received: (qmail 93496 invoked by uid 500); 9 Apr 2009 18:55:19 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 93428 invoked by uid 500); 9 Apr 2009 18:55:19 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 93254 invoked by uid 99); 9 Apr 2009 18:55:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 18:55:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsexton@mhsoftware.com designates 216.17.130.186 as permitted sender) Received: from [216.17.130.186] (HELO mail.mhsoftware.com) (216.17.130.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 18:55:09 +0000 Received: from [192.168.1.101] (c-76-120-105-135.hsd1.co.comcast.net [76.120.105.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.mhsoftware.com (Postfix) with ESMTPSA id A3777155552; Thu, 9 Apr 2009 12:54:48 -0600 (MDT) Message-ID: <49DE4477.1070204@mhsoftware.com> Date: Thu, 09 Apr 2009 12:54:47 -0600 From: George Sexton User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Problem with ISAPI Redirector Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm having a problem using the ISAPI redirector. I making the request, and I get back a 400 Bad Request response. I've gone through the troubleshooting doc, and the howto for the redirector and come up blank. I've also searched the net for the issue. I'm using version 1.2.27 of the ISAPI redirector (but 1.2.28 does the same thing) and Apache Tomcat 5.5.27. Using the IIS administration program, I created a jakarta virtual directory and made it executable. The path points to the directory containing the isapi_redirect.dll. Added the isapi_redirect.dll to the ISAPI Filters for the desired virtual host. Added the isapi_redirect.dll to the list of allowed web extensions. I'm not getting a Green Up-Arrow on the ISAPI redirect filters page. I've done the following: Made the appropriate registry entries. I'm able to get the log file, so I'm confident the registry entries are good. Set the permissions so that the user the web service runs as has read permissions to the configuration directories and write permissions to the log directory. Created the workers.properties: worker.list=ajp13 worker.ajp13.type=ajp13 worker.ajp13.host=localhost worker.ajp13.port=8010 Created the uriworkermap.properties: /calendar/*=ajp13 Configured the server.xml: I've set the level for the isapi log file to debug. When I make a request for the page: http://www.heard.org/calendar/ I get the following log output: http://www.mhsoftware.com/~gsexton/isapi_redirect.log You can see that it's finding the configuration files, and it's mapping the request into the worker but I'm getting a 400 bad request. About the only thing I notice is that the server has multiple application pools set up. At this point I'm stumped. Does anyone have any ideas on what I can try next? -- George Sexton MH Software, Inc. Voice: +1 303 438 9585 URL: http://www.mhsoftware.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org