Hello Leo: Thanks for the suggestion. There is no other program listening on the port.
Take care, Dianne -----Original Message----- From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] Sent: Tuesday, May 05, 2009 6:51 PM To: 'Tomcat Users List' Subject: RE: IIS 6 Tomcat Connector isapi_redirect-1.2.28.dll not being called 404 2 1260 error Just a thought. By chance do you have another tomcat running on this server that would be listening on port 8009 or some other web server/container? Something installed via 3rd party maybe, like a disk management web app or the like? I had this problem once, then realized that we had a 3rd party app using an embedded tomcat that was already listening on port 8009. If that is your case, then you'll have to change "your tomcat" to listen on some other port than 8009. Leo -----Original Message----- From: FOREBACK Dianne [mailto:dianne.foreb...@na.vallourec.com] Sent: Monday, May 04, 2009 2:09 PM To: 'Tomcat Users List' Subject: RE: IIS 6 Tomcat Connector isapi_redirect-1.2.28.dll not being called 404 2 1260 error I also deleted the registry keys for this setup, deleted the virtual directory, took off the web extensions, removed the filter and tried setting up again. Still no progress. Thank you very much for the reply. I have followed the instructions including step 9. The IIS default website is not in the default IIS location. Wondering if this causes a problem? Thanks again, Dianne -----Original Message----- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Sunday, May 03, 2009 6:22 PM To: Tomcat Users List Subject: Re: IIS 6 Tomcat Connector isapi_redirect-1.2.28.dll not being called 404 2 1260 error 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 ******************** This e-mail, and any files transmitted with it, may contain confidential and/or privileged material and is intended only for the person or entity to which it is addressed. If you are not the intended recipient, any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this email in error, please notify the sender immediately and delete this material from all known records. ******************** --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org ******************** This e-mail, and any files transmitted with it, may contain confidential and/or privileged material and is intended only for the person or entity to which it is addressed. If you are not the intended recipient, any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this email in error, please notify the sender immediately and delete this material from all known records. ******************** --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org