Hello, Nicholas.

Maybe I'm wrong that I give you this config, but it works on my
system (Win2003) (the part about pathes I've used before, and about
balancers i've find in the web-documentation):
# Start config--------->
worker.ajp13.type=ajp13
# more than 1
worker.ajp13.lbfactor=1
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp13
worker.tomcat_home="C:\apache2\tomcat5.0.18"
worker.java_home="C:\apache2\j2sdk1.4.2_03"
ps=\  #for Win, for Unix => /
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
# End config--------->

It was Tomcat 4.xx and now its 5.0.18.
If somebody can give comments or suggestions I'll be apreciated too.
Thanks and good luck.


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

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

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

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

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

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




-- 
Sincerely yours,
 Sergio                          mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to