> > Notice the <!-- before the connector, and the --> shortly thereafter. > > That's a comment, so you have that Ajp13Connector commented out at the > moment :) > > Try removing the <!-- and --> from around the Connector tag and restart > Jakarta. >
Hi. Thanks for pointing that out. I didn't notice that before. I removed that comment and commented out the CoyoteConnector entry. Unfortunately, the error message seems to be the same: [Fri Aug 15 14:57:45 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/examples/jsp/index.html' [Fri Aug 15 14:57:45 2003] [jk_uri_worker_map.c (502)]: jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /examples/ [Fri Aug 15 14:57:45 2003] [jk_worker.c (132)]: Into wc_get_worker_for_name ajp13 [Fri Aug 15 14:57:45 2003] [jk_worker.c (136)]: wc_get_worker_for_name, done did not found a worker There is something listening at 8009 (since I can telnet to it) and I noticed this entry earlier in the log: [Fri Aug 15 14:57:35 2003] [jk_worker.c (88)]: Into wc_open [Fri Aug 15 14:57:35 2003] [jk_worker.c (222)]: Into build_worker_map, creating 1 workers [Fri Aug 15 14:57:35 2003] [jk_worker.c (228)]: build_worker_map, creating worker testWorker [Fri Aug 15 14:57:35 2003] [jk_worker.c (148)]: Into wc_create_worker [Fri Aug 15 14:57:35 2003] [jk_worker.c (162)]: wc_create_worker, about to create instance testWorker of ajp13 [Fri Aug 15 14:57:35 2003] [jk_ajp13_worker.c (108)]: Into ajp13_worker_factory [Fri Aug 15 14:57:35 2003] [jk_worker.c (171)]: wc_create_worker, about to validate and init testWorker [Fri Aug 15 14:57:35 2003] [jk_ajp_common.c (1343)]: Into jk_worker_t::validate [Fri Aug 15 14:57:35 2003] [jk_ajp_common.c (1364)]: In jk_worker_t::validate for worker testWorker contact is localhost:8009 [Fri Aug 15 14:57:35 2003] [jk_ajp_common.c (1397)]: Into jk_worker_t::init [Fri Aug 15 14:57:35 2003] [jk_ajp_common.c (1421)]: In jk_worker_t::init, setting socket timeout to 0 [Fri Aug 15 14:57:35 2003] [jk_worker.c (187)]: wc_create_worker, done [Fri Aug 15 14:57:35 2003] [jk_worker.c (238)]: build_worker_map, removing old testWorker worker [Fri Aug 15 14:57:35 2003] [jk_worker.c (250)]: build_worker_map, done [Fri Aug 15 14:57:35 2003] [jk_worker.c (111)]: wc_open, done 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
