On 01.05.2009 22:46, FOREBACK Dianne wrote:
> I cannot get IIS 6 to use the Tomcat connector to redirect requests.
> I followed the directions in
> http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html
> configuring the registry by hand.  This should be a relatively simple
> task but I am obviously overlooking something.
> 
> The following environment is being used, Tomcat 6.0, JDK 6.0.18, JRE
> 1.6.0_13, Apache Tomcat Connectors  isapi_redirect-1.2.28.dll which I
> downloaded and did not rebuild, IIS 6 on Windows Server 2003.
> 
> I've triple checked the registry settings and can open every single
> directory.  The isapi.log file is not being created.  (It appears
> that the dll is not being called.)

Yes, as long as the log file is not created when you try to access a URL
on the web server, the plugin is not loaded.

> The filter does show as being loaded (green) with high priority.
> 
> IIS log file gives a 404 error.
> 
> Tomcat is working fine.
> 
> The uriworkermap.properties contains the following entries and I've
> tried testing a .jsp example going through the IIS port.  It does
> pull up when I use Tomcat directly.
> 
> /localhost/examples/*=ajp13 /localhost/examples=ajp13
> 
> The workers.properties file contains worker.ajp13.port=8009 
> worker.ajp13.host=localhost worker.ajp13.type=ajp13
> 
> I've searched and am at a loss. Any help is very much appreciated.

Did you also follow all steps under "Configuring the ISAPI Redirector"
on the documentation page you used? Including step 9 (allowing the web
service extension)?

Page "http://tomcat.apache.org/connectors-doc/reference/iis.html"; also
contains a simplified way of setting the redirector properties without
using the registry: put a file isapi_redirect.properties into the same
directory, where your isapi_redirect.dll resides (the file name needs to
be the same as that of the dll except for the suffix). The docs page
describes its contents.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to