Tomcat will never "have support for IIS 6.0".
It's simply a matter of someone developing the connector for IIS 6. This has everything to do with IIS 6 and absolutely nothing to do with Tomcat, since Tomcat will continue to use the same CoyoteConnector on it's end.
The number of people working on web server connectors is small.
The number of those people who have Windows 2003 installations is even smaller (upgrades and license fees are expensive!!!).
The number of those people who have Windows 2003 available for testing and development and not production is smaller still.
The number of those people who have the time to develop a filter for IIS 6 that talks to CoyoteConnector is smaller still.
....and so on, and so on. If I had to guess, I would think there are maybe 2-4 people in the entire world that could do the work and have the time to do the work, and can volunteer the time to do the work, that is, 2-4 people of the known pool of developers barring any new volunteers.
If you want to speed up the process, post a message to tomcat-dev that says you have a Windows Server 2003 machine that can be used for testing and development. Better yet, post that message and at the end add that you can afford to pay $100 USD to the person who develops a working filter for IIS 6. That should get a pretty quick response. Otherwise, you'll have to wait.
John
Bala Kiran wrote:
I guess it does. Here is a posting on JGURU.com : http://jguru.com/forums/view.jsp?EID=1098654
Anybody who tried similar setup? Pls advise me. Do I need to go back to IIS 5.0 on Windows Server 2003? How soon Tomcat will have support for IIS 6.0?
Kiran
----- Original Message ----- From: "Reynir Hübner" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, August 11, 2003 4:26 AM
Subject: RE: Tomcat 4.1x with IIS 6 on Windows server 2003
Hi,
I think IIS 6 is not supported yet, it may at somepoint, but it doesn't work right now.
Bye -reynir
-----Original Message----- From: Bala Kiran [mailto:[EMAIL PROTECTED] Sent: 10. ágúst 2003 20:47 To: Tomcat Users List Subject: Tomcat 4.1x with IIS 6 on Windows server 2003
Has anybody configured Tomcat 4.1x with IIS 6.0 on Windows server 2003? Please advise me. I'm trying to configure the same, but I'm getting "404 - Page Can not be displayed" error. I checked the log. It does not seem like raising any red flags. But, here is the log info. Any help is highly appreciated:
=============================== [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (1018)]: Using registry. [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (1020)]: Using log file D:\Apache Group\Tomcat 4.1\logs\jk_iis.log. [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (1021)]: Using log level 0. [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (1022)]: Using extension uri /tomcat/isapi_redirect.dll. [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (1023)]: Using worker file D:\Apache Group\Tomcat 4.1\conf\workers.properties. [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (1024)]: Using worker mount file D:\Apache Group\Tomcat 4.1\conf\uriworkermap.properties. [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (1025)]: Using uri select 0. [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (172)]: Into jk_uri_worker_map_t::uri_worker_map_alloc [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (375)]: Into jk_uri_worker_map_t::uri_worker_map_open [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (396)]: jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3 [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (321)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=testWorker was added [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (299)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /examples/.jsp=testWorker was added [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (321)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/servlet/=testWorker was added [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (408)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (422)]: jk_uri_worker_map_t::uri_worker_map_open, done [Sun Aug 10 10:59:43 2003] [jk_worker.c (88)]: Into wc_open [Sun Aug 10 10:59:43 2003] [jk_worker.c (222)]: Into build_worker_map, creating 1 workers [Sun Aug 10 10:59:43 2003] [jk_worker.c (228)]: build_worker_map, creating worker testWorker [Sun Aug 10 10:59:43 2003] [jk_worker.c (148)]: Into wc_create_worker [Sun Aug 10 10:59:43 2003] [jk_worker.c (162)]: wc_create_worker, about to create instance testWorker of ajp13 [Sun Aug 10 10:59:43 2003] [jk_ajp13_worker.c (108)]: Into ajp13_worker_factory [Sun Aug 10 10:59:43 2003] [jk_worker.c (171)]: wc_create_worker, about to validate and init testWorker [Sun Aug 10 10:59:43 2003] [jk_ajp_common.c (1343)]: Into jk_worker_t::validate [Sun Aug 10 10:59:43 2003] [jk_ajp_common.c (1364)]: In jk_worker_t::validate for worker testWorker contact is localhost:8009 [Sun Aug 10 10:59:43 2003] [jk_ajp_common.c (1397)]: Into jk_worker_t::init [Sun Aug 10 10:59:43 2003] [jk_ajp_common.c (1421)]: In jk_worker_t::init, setting socket timeout to 0 [Sun Aug 10 10:59:43 2003] [jk_worker.c (187)]: wc_create_worker, done [Sun Aug 10 10:59:43 2003] [jk_worker.c (238)]: build_worker_map, removing old testWorker worker [Sun Aug 10 10:59:43 2003] [jk_worker.c (250)]: build_worker_map, done [Sun Aug 10 10:59:43 2003] [jk_worker.c (111)]: wc_open, done 1 [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (655)]: Detected IIS >= 5.0 [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (696)]: HttpFilterProc started [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host redirection of /localhost/examples/jsp/index.html [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/localhost/examples/jsp/index.html' [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (599)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (765)]: In HttpFilterProc test Default redirection of /examples/jsp/index.html [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/examples/jsp/index.html' [Sun Aug 10 10:59:43 2003] [jk_uri_worker_map.c (502)]: jk_uri_worker_map_t::map_uri_to_worker, Found a context match testWorker -> /examples/ [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (775)]: HttpFilterProc [/examples/jsp/index.html] is a servlet url - should redirect to testWorker [Sun Aug 10 10:59:43 2003] [jk_isapi_plugin.c (838)]: HttpFilterProc check if [/examples/jsp/index.html] is points to the web-inf directory [Sun Aug 10 10:59:45 2003] [jk_isapi_plugin.c (696)]: HttpFilterProc started [Sun Aug 10 10:59:45 2003] [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host redirection of /localhost/examples/jsp/index.html [Sun Aug 10 10:59:45 2003] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker [Sun Aug 10 10:59:45 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/localhost/examples/jsp/index.html' [Sun Aug 10 10:59:45 2003] [jk_uri_worker_map.c (599)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Sun Aug 10 10:59:45 2003] [jk_isapi_plugin.c (765)]: In HttpFilterProc test Default redirection of /examples/jsp/index.html [Sun Aug 10 10:59:45 2003] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker [Sun Aug 10 10:59:45 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/examples/jsp/index.html' [Sun Aug 10 10:59:45 2003] [jk_uri_worker_map.c (502)]: jk_uri_worker_map_t::map_uri_to_worker, Found a context match testWorker -> /examples/ [Sun Aug 10 10:59:45 2003] [jk_isapi_plugin.c (775)]: HttpFilterProc [/examples/jsp/index.html] is a servlet url - should redirect to testWorker [Sun Aug 10 10:59:45 2003] [jk_isapi_plugin.c (838)]: HttpFilterProc check if [/examples/jsp/index.html] is points to the web-inf directory
===============================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]