The problem seems to be in your Tomcat configuration - the isapi
redirect log file indicates that the 404 error is coming from Tomcat.  Check
your tomcat logs or console for messages about the request and where it was
trying to go.

        Randy


> -----Original Message-----
> From: Ruairi [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, June 16, 2001 3:40 PM
> To: [EMAIL PROTECTED]
> Subject: TomCat with win2000 and IIS....help...urgent
> 
> 
> Hi I am trying to use TomCat with IIS on Win2000
> 
> It's not working...and I'm very sad....HELPPPPPPP.  Any 
> suggestions would be
> greatly appreciated.
> 
> TomCat is working on its own through port 8080 and it looks 
> great.  But the
> IIS filter is not working, and yes the dll has execute privilages.
> 
> I try to request:
> http://localhost/examples/jsp/index.html
> --------------------------------------------
> The registry settings are:
> [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
> Redirector\1.0]
> "extension_uri"="/jakarta/isapi_redirect.dll"
> "log_file"="C:\\jakarta-tomcat-3.2.2\\logs\\iis_redirect.log"
> "log_level"="debug"
> "worker_file"="C:\\jakarta-tomcat-3.2.2\\conf\\workers.properties"
> "worker_mount_file"="C:\\jakarta-tomcat-3.2.2\\conf\\uriworker
> map.properties
> "
> 
> 
> --------------------------------------------
> Tomcat.log gives this:
> 2001-06-16 09:33:14 - Ctx(  ): 404 R(  + 
> /jakarta/isapi_redirect.dll + null)
> null
> 
> 
> --------------------------------------------
> These are the ISAPI logs for this request:
> [jk_isapi_plugin.c (408)]: HttpFilterProc started
> [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
> /examples/jsp/index.html
> [jk_uri_worker_map.c (345)]: Into 
> jk_uri_worker_map_t::map_uri_to_worker
> [jk_uri_worker_map.c (407)]: 
> jk_uri_worker_map_t::map_uri_to_worker, Found a
> match ajp12
> [jk_isapi_plugin.c (439)]: HttpFilterProc 
> [/examples/jsp/index.html] is a
> servlet url - should redirect to ajp12
> [jk_isapi_plugin.c (461)]: HttpFilterProc check if
> [/examples/jsp/index.html] is points to the web-inf directory
> [jk_isapi_plugin.c (408)]: HttpFilterProc started
> [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
> /jakarta/isapi_redirect.dll
> [jk_uri_worker_map.c (345)]: Into 
> jk_uri_worker_map_t::map_uri_to_worker
> [jk_uri_worker_map.c (435)]: 
> jk_uri_worker_map_t::map_uri_to_worker, done
> without a match
> [jk_isapi_plugin.c (452)]: HttpFilterProc 
> [/jakarta/isapi_redirect.dll] is
> not a servlet url
> [jk_isapi_plugin.c (461)]: HttpFilterProc check if
> [/jakarta/isapi_redirect.dll] is points to the web-inf directory
> [jk_isapi_plugin.c (517)]: HttpExtensionProc started
> [jk_worker.c (123)]: Into wc_get_worker_for_name ajp12
> [jk_worker.c (127)]: wc_get_worker_for_name, done  found a worker
> [jk_isapi_plugin.c (539)]: HttpExtensionProc got a worker for 
> name ajp12
> [jk_ajp12_worker.c (223)]: Into jk_worker_t::get_endpoint
> [jk_ajp12_worker.c (121)]: Into jk_endpoint_t::service
> [jk_connect.c (108)]: Into jk_open_socket
> [jk_connect.c (115)]: jk_open_socket, try to connect socket = 3556
> [jk_connect.c (124)]: jk_open_socket, after connect ret = 0
> [jk_connect.c (132)]: jk_open_socket, set TCP_NODELAY to on
> [jk_connect.c (140)]: jk_open_socket, return, sd = 3556
> [jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = 3556
> [jk_ajp12_worker.c (357)]: Into ajpv12_handle_request
> [jk_ajp12_worker.c (361)]: ajpv12_handle_request, sending the 
> ajp12 start
> sequence
> [jk_ajp12_worker.c (413)]: ajpv12_handle_request, sending the headers
> [jk_ajp12_worker.c (432)]: ajpv12_handle_request, sending the 
> terminating
> mark
> [jk_ajp12_worker.c (477)]: ajpv12_handle_request done
> [jk_ajp12_worker.c (148)]: In jk_endpoint_t::service, sent request
> [jk_ajp12_worker.c (493)]: Into ajpv12_handle_response
> [jk_ajp12_worker.c (507)]: ajpv12_handle_response, read 
> Status: 404 Not
> Found
> [jk_ajp12_worker.c (535)]: ajpv12_handle_response, read 
> Status=404 Not Found
> [jk_ajp12_worker.c (507)]: ajpv12_handle_response, read Content-Type:
> text/html
> [jk_ajp12_worker.c (535)]: ajpv12_handle_response, read
> Content-Type=text/html
> [jk_ajp12_worker.c (547)]: ajpv12_handle_response, allocating 
> header arrays
> [jk_ajp12_worker.c (507)]: ajpv12_handle_response, read 
> Content-Length: 201
> [jk_ajp12_worker.c (535)]: ajpv12_handle_response, read 
> Content-Length=201
> [jk_ajp12_worker.c (507)]: ajpv12_handle_response, read 
> Servlet-Engine:
> Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java 1.3.1; 
> Windows 2000 5.0
> x86; java.vendor=Sun Microsystems Inc.)
> [jk_ajp12_worker.c (535)]: ajpv12_handle_response, read
> Servlet-Engine=Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; 
> Java 1.3.1;
> Windows 2000 5.0 x86; java.vendor=Sun Microsystems Inc.)
> [jk_ajp12_worker.c (507)]: ajpv12_handle_response, read
> [jk_ajp12_worker.c (509)]: ajpv12_handle_response, headers are done
> [jk_ajp12_worker.c (568)]: ajpv12_handle_response, starting response
> [jk_isapi_plugin.c (201)]: Into jk_ws_service_t::start_response
> [jk_ajp12_worker.c (579)]: ajpv12_handle_response, reading 
> response body
> [jk_isapi_plugin.c (335)]: Into jk_ws_service_t::write
> [jk_ajp12_worker.c (595)]: ajpv12_handle_response, response 
> body is done
> [jk_ajp12_worker.c (607)]: ajpv12_handle_response done
> [jk_isapi_plugin.c (551)]: HttpExtensionProc service() returned OK
> [jk_ajp12_worker.c (163)]: Into jk_endpoint_t::done
> 
> 
> Regards,
> -Ruairi
> 
> ____________________________________________________________
> Ruairi O'Donnell
> Rutland Systems                             www.rutlands.com
> Alcalde Lorenzo 16 2A                     Tel +34 981 884108
> 15220 Bertamirans, Ames                   Fax +34 981 884108
> Spain                                  Mobile +44 7801141801
> ____________________________________________________________
> 
> The contents of this message should be read in conjunction
> with the document found at:
> http://www.rutlands.com/signature.htm
> 

Reply via email to