Ok, so now that I changed the service to ajp12 I get the following in the log file: [Tue Oct 15 13:48:24 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started [Tue Oct 15 13:48:24 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name ajp12 [Tue Oct 15 13:48:24 2002] [jk_worker.c (127)]: wc_get_worker_for_name, done found a worker [Tue Oct 15 13:48:24 2002] [jk_isapi_plugin.c (701)]: HttpExtensionProc got a worker for name ajp12 [Tue Oct 15 13:48:24 2002] [jk_ajp12_worker.c (223)]: Into jk_worker_t::get_endpoint [Tue Oct 15 13:48:24 2002] [jk_ajp12_worker.c (121)]: Into jk_endpoint_t::service [Tue Oct 15 13:48:24 2002] [jk_connect.c (108)]: Into jk_open_socket [Tue Oct 15 13:48:24 2002] [jk_connect.c (115)]: jk_open_socket, try to connect socket = 632 [Tue Oct 15 13:48:25 2002] [jk_connect.c (124)]: jk_open_socket, after connect ret = -1 [Tue Oct 15 13:48:25 2002] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61 [Tue Oct 15 13:48:25 2002] [jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = -1 [Tue Oct 15 13:48:25 2002] [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1 [Tue Oct 15 13:48:25 2002] [jk_isapi_plugin.c (716)]: HttpExtensionProc error, service() failed [Tue Oct 15 13:48:25 2002] [jk_ajp12_worker.c (163)]: Into jk_endpoint_t::done
Not sure what these errors mean...never did this before. Thanks. "Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote:> From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 7:09 PM > [Tue Oct 15 12:34:16 2002] [jk_worker.c (82)]: Into wc_open > [Tue Oct 15 12:34:16 2002] [jk_worker.c (207)]: Into > build_worker_map, creating 1 workers > [Tue Oct 15 12:34:16 2002] [jk_worker.c (213)]: > build_worker_map, creating worker ajp12 > [Tue Oct 15 12:34:16 2002] [jk_worker.c (138)]: Into wc_create_worker > [Tue Oct 15 12:34:16 2002] [jk_worker.c (152)]: > wc_create_worker, about to create instance ajp12 of ajp12 > [Tue Oct 15 12:34:16 2002] [jk_ajp12_worker.c (264)]: Into > ajp12_worker_factory > [Tue Oct 15 12:34:16 2002] [jk_worker.c (161)]: > wc_create_worker, about to validate and init ajp12 > [Tue Oct 15 12:34:16 2002] [jk_ajp12_worker.c (182)]: Into > jk_worker_t::validate > [Tue Oct 15 12:34:16 2002] [jk_ajp12_worker.c (194)]: In > jk_worker_t::validate for worker ajp12 contact is localhost:8007 > [Tue Oct 15 12:34:16 2002] [jk_worker.c (177)]: > wc_create_worker, done > [Tue Oct 15 12:34:16 2002] [jk_worker.c (223)]: > build_worker_map, removing old ajp12 worker > [Tue Oct 15 12:34:16 2002] [jk_worker.c (235)]: > build_worker_map, done This log excerpt seems to say that your workers.properties files doenst define a "ajp13" worker, and you are assinging the uri to this nonexistent worker.. 1) To see it working use ajp12 instead of ajp13 in your uw.p file 2) post your w.p file to help you use the better ajp13 protocol instead of ajp12 HTH Saludos, Ignacio J. Ortega -- To unsubscribe, e-mail: For additional commands, e-mail: --------------------------------- Do you Yahoo!? Faith Hill - Exclusive Performances, Videos, & more faith.yahoo.com
