[Tue Nov 05 21:36:07 2002] [mod_jk.c (1277)]: Into handler r->proxyreq=0 r->handler=jakarta-servlet r->notes=3849720 worker=ajp13 [Tue Nov 05 21:36:07 2002] [jk_worker.c (132)]: Into wc_get_worker_for_name ajp13 [Tue Nov 05 21:36:07 2002] [jk_worker.c (136)]: wc_get_worker_for_name, done did not found a worker
This tells me that there is no worker for ajp13 in workers.properties. So, my guess is either the workers.properties file that is being used isn't the workers.properties file you think is being used, or there is some sort of typo/garbage in your workers.properties file preventing a successful match for ajp13. Can you delete workers.properties, and recreate it? I know it sounds silly, but in the past couple of weeks there have been problems with typos posted to the list, from using "workers" when it should be "worker" to using a lowercase "L" instead of a one in "13". All you need in there are 4 lines: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 John > -----Original Message----- > From: Mark Diana [mailto:mldiana@;vcu.edu] > Sent: Tuesday, November 05, 2002 9:38 PM > To: Tomcat Users List > Subject: Re: MBeans exception and mod_jk > > > OK, I tried all of the following: > > I copied the contents of the auto-mod_jk.conf file to httpd.conf and > removed the Include directive. Still no luck. I also added > the JkMount > /examples/* ajp13 statement just to be sure. No luck. > > I tried using the mod_jk.so binary for mac osx from the jakarta web > site. No luck. I tried removing the mod_jk.conf statements I > copied to > httpd.conf from the virtual host and all of the sudden I started > getting an Apache Internal Server error 500. So, I set the mod_jk log > level to debug and here's what I got (forgive the length, but I don't > know enough about this to know what to edit out): > > [Tue Nov 05 21:35:39 2002] [jk_worker.c (111)]: wc_open, done 1 > [Tue Nov 05 21:36:06 2002] [jk_uri_worker_map.c (460)]: Into > jk_uri_worker_map_t::map_uri_to_worker > [Tue Nov 05 21:36:07 2002] [jk_uri_worker_map.c (477)]: > Attempting to > map URI '/examples/' > [Tue Nov 05 21:36:07 2002] [jk_uri_worker_map.c (502)]: > jk_uri_worker_map_t::map_uri_to_worker, Found a context match > ajp13 -> > /examples/ > [Tue Nov 05 21:36:07 2002] [mod_jk.c (1277)]: Into handler > r->proxyreq=0 r->handler=jakarta-servlet r->notes=3849720 worker=ajp13 > [Tue Nov 05 21:36:07 2002] [jk_worker.c (132)]: Into > wc_get_worker_for_name ajp13 > [Tue Nov 05 21:36:07 2002] [jk_worker.c (136)]: > wc_get_worker_for_name, done did not found a worker > > Any ideas? > > Take care, > > Mark > > On Tuesday, November 5, 2002, at 03:22 PM, Aryeh Katz wrote: > > >> > >> Moving Tomcat might help, but if you are getting an apache > 404, that > >> means that Apache doesn't know what to do with > >> http://localhost/examples, even though your httpd.conf > clearly has a > >> virtual host for localhost and the requisite JkMount statements. > >> > > Not so fast. His JkMount command doesn't have anything for > /examples/* > > !. It > > might be just that simple. > > Aryeh > > > > --- > > Aryeh Katz > > VASCO > > www.vasco.com > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > > > > -- > Mark L. Diana, MBA > Instructor > LAN Manager & Webmaster > Virginia Commonwealth University > Department of Health Administration > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
