I ended up removing all references to ajp13 from the wrapper.properties file and everything is working fine now. However, I don't know what the ramifications of that change are..... -----Original Message----- From: Jim Suplizio [mailto:jims@marathoninnovations.com] Sent: Thursday, July 27, 2000 1:41 PM To: tomcat-user@jakarta.apache.org Subject: Re: Having trouble with the isapi redirector. Andy, if you could, forward any messages you get on this to me? I'm having the same kind of trouble at the moment. ----- Original Message ----- From: "Andy Barker" To: Sent: Thursday, July 27, 2000 2:09 PM Subject: Having trouble with the isapi redirector. > I'm trying to use the redirector with IIS, and I'm getting the following > error in the log file. > > [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 2 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 (223)]: build_worker_map, creating worker ajp13 > [jk_worker.c (154)]: Into wc_create_worker > [jk_worker.c (164)]: wc_create_worker NULL factory for ajp13 > [jk_worker.c (239)]: build_worker_map failed to create workerajp13 > > > Any help would be appreciated. > > Thanks, > Andy Barker > >