Hello Aryeh, The proper syntax is:
JkMount /examples/servlets/* ajp13 You define the protocol, not a worker after the mount pattern. Jake Tuesday, October 15, 2002, 11:03:01 AM, you wrote: AK> I'm trying to integrate mod_jk and tomcat. AK> My httpd.conf file has the following mapping AK> JkMount /examples/servlets/* worker1 AK> and I see the following in my jk log file (at debug) AK> [Tue Oct 15 11:52:17 2002] [jk_uri_worker_map.c (321)]: Into AK> jk_uri_worker_map_t::uri_worker_map_open, match rule AK> /examples/servlets/=worker1 was added [Tue Oct 15 11:52:17 2002] AK> [jk_uri_worker_map.c (408)]: Into AK> jk_uri_worker_map_t::uri_worker_map_open, there are 1 rules [Tue Oct AK> 15 11:52:17 2002] [jk_uri_worker_map.c (422)]: AK> jk_uri_worker_map_t::uri_worker_map_open, done [Tue Oct 15 11:52:20 AK> 2002] [jk_uri_worker_map.c (460)]: Into AK> jk_uri_worker_map_t::map_uri_to_worker [Tue Oct 15 11:52:20 2002] AK> [jk_uri_worker_map.c (477)]: Attempting to map URI AK> '/examples/servlets/HelloWorldExample' [Tue Oct 15 11:52:20 2002] AK> [jk_uri_worker_map.c (502)]: jk_uri_worker_map_t::map_uri_to_worker, AK> Found a context match worker1 -> /examples/servlets/ [Tue Oct 15 AK> 11:52:20 2002] [jk_worker.c (132)]: Into wc_get_worker_for_name AK> worker1 [Tue Oct 15 11:52:20 2002] [jk_worker.c (136)]: AK> wc_get_worker_for_name, done did not found a worker AK> Why is my worker getting lost? Do I have some kind of AK> misconfiguration? AK> --- AK> Aryeh Katz AK> VASCO AK> www.vasco.com AK> -- AK> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> AK> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Best regards, Jacob mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
