I am trying to get the isapi_redirect.dll to work with IIS 5.0 on Windows 2000 Workstation. I have followed the instructions and have not changed the conf files or examples, but get the following error on the first page request: inetinfo.exe - Application Error The instruction at "0x1000210" referenced memory at "0x10002110". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the program IIS then dies. It is at least partially working because the isapi.log is getting written with the text that is shown at the bottom of this message. Tomcat version 3.1 is working and processing requests on port 8080. I saw what looked like the same problem listed in the archives a while ago, but didn't see any solution. Any suggestions? Thanks, Roger Campbell CustomerCentrix, LLC. www.customercentrix.com [EMAIL PROTECTED] phone 1 (505) 291-0104 [jk_uri_worker_map.c (111)]: Into jk_uri_worker_map_t::uri_worker_map_alloc [jk_uri_worker_map.c (144)]: Into jk_uri_worker_map_t::uri_worker_map_open [jk_uri_worker_map.c (158)]: jk_uri_worker_map_t::uri_worker_map_open, rule map size is 2 [jk_uri_worker_map.c (214)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /servlet/=ajp12 was added [jk_uri_worker_map.c (214)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=ajp12 was added [jk_uri_worker_map.c (243)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 2 rules [jk_uri_worker_map.c (264)]: jk_uri_worker_map_t::uri_worker_map_open, done [jk_worker.c (98)]: Into wc_open [jk_worker.c (217)]: Into build_worker_map, creating 1 workers [jk_worker.c (223)]: build_worker_map, creating worker ajp12 [jk_worker.c (154)]: Into wc_create_worker [jk_worker.c (168)]: wc_create_worker, about to create instance ajp12 of ajp12 [jk_ajp12_worker.c (264)]: Into ajp12_worker_factory [jk_worker.c (177)]: wc_create_worker, about to validate and init ajp12 [jk_ajp12_worker.c (182)]: Into jk_worker_t::validate [jk_ajp12_worker.c (194)]: In jk_worker_t::validate for worker ajp12 contact is localhost:8007 [jk_worker.c (187)]: wc_create_worker, done [jk_worker.c (233)]: build_worker_map, removing old ajp12 worker [jk_worker.c (245)]: build_worker_map, done [jk_worker.c (118)]: wc_open, done [jk_isapi_plugin.c (385)]: In HttpFilterProc test redirection of /examples/servlet/HelloWorldExample [jk_uri_worker_map.c (286)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (338)]: jk_uri_worker_map_t::uri_worker_map_open, done with ajp12 [jk_isapi_plugin.c (395)]: In HttpFilterProc /examples/servlet/HelloWorldExample should redirect to ajp12 [jk_isapi_plugin.c (385)]: In HttpFilterProc test redirection of /jakarta/isapi_redirect.dll [jk_uri_worker_map.c (286)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (346)]: jk_uri_worker_map_t::uri_worker_map_open, done with NULL [jk_uri_worker_map.c (127)]: Into jk_uri_worker_map_t::uri_worker_map_free [jk_uri_worker_map.c (273)]: Into jk_uri_worker_map_t::uri_worker_map_close [jk_uri_worker_map.c (278)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (134)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters [jk_worker.c (125)]: Into wc_close [jk_worker.c (127)]: wc_close, done
