I'm hoping someone can give me a bit of insight as to what I might be
doing wrong with connecting Apache V.2 w/ Tomcat V.4 using mod_jk
v1.2.5. It looks like apache is trying to talk to tomcat when is sees
that /examples/ is supposed to be handled by tomcat via mod_jk but when
mod_jk tries to use ajp13 to talk to tomcat, it gets confused, and
addition, so do I. :) 

Instead of putting a boat-load of logs and config files in this email,
I've put them on the web @: http://nicholasbernstein.com/tomcat/
Hopefully, that will be more convenient for anyone who is willing to
take a look. 

The mod_jk.log error is:
        [Fri Feb 06 17:18:20 2004]  [jk_worker.c (136)]: wc_get_worker_for_name, done 
did not found a worker
        [Fri Feb 06 17:21:02 2004]  [jk_uri_worker_map.c (486)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
        [Fri Feb 06 17:21:02 2004]  [jk_uri_worker_map.c (500)]: Attempting to map URI 
'/examples/'
        [Fri Feb 06 17:21:02 2004]  [jk_uri_worker_map.c (514)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found an exact match ajp13 -> /examples/
        [Fri Feb 06 17:21:02 2004]  [mod_jk.c (1709)]: Into handler r->proxyreq=0 
r->handler=jakarta-servlet r->notes=136692072 worker=ajp13
        [Fri Feb 06 17:21:02 2004]  [jk_worker.c (132)]: Into wc_get_worker_for_name 
ajp13
        [Fri Feb 06 17:21:02 2004]  [jk_worker.c (136)]: wc_get_worker_for_name, done 
did not found a worker

Any help would be appreciated; I've gone through a decent portion of the
mailing list archives, as well as google, but the only thing I could
find was making workers.properties be a minimal:

        worker.list=ajp13 
        worker.ajp13.type=ajp13 
        worker.ajp13.host=localhost 
        worker.ajp13.port=8009

unfortunately making that change did not modify the error in any way. 

-- 
+---------------------------------------------------------------+
| Nicholas Bernstein            | [EMAIL PROTECTED]             |
| UNIX Systems Administrator    | http://www.docmagic.com       |
| Document Systems Inc.         |                               |
| gpg: F706 8C4E 78FA DDDD 53A0 019F D983 FE28 2002 D1F3        |
+---------------------------------------------------------------+

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to