You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marco Laponder <ml...@interchain.nl> on 2003/05/27 08:09:11 UTC

mod_jk.log errors

Can anybody tell me wat is going on here ?

[Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (477)]: Attempting to map
URI '
/navi/index.jsp'
[Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (599)]:
jk_uri_worker_map_t::ma
p_uri_to_worker, done without a match
[Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (460)]: Into
jk_uri_worker_map_
t::map_uri_to_worker
[Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (477)]: Attempting to map
URI '
/navi/index.jsp'
[Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (599)]:
jk_uri_worker_map_t::ma
p_uri_to_worker, done without a match       

I am calling a jsp page but the tag just display as text, so it is probably
not passed to tomcat alright. ANy clues ? 

Kind regards,
Marco Laponder

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: mod_jk.log errors

Posted by John Turner <to...@johnturner.com>.
You have "/navi/index.jsp" in your URL, but you do not have a JkMount or 
other JK/JK2 compatible directive that specifies what to do with that URL.  
That is what "done without a match" means...Apache is trying, via the 
JK/JK2 module, to find a match in your JK/JK2 configuration for 
"/navi/index.jsp" and is failing to do so.

John

On Tue, 27 May 2003 08:09:11 +0200, Marco Laponder <ml...@interchain.nl> 
wrote:

> Can anybody tell me wat is going on here ?
>
> [Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (477)]: Attempting to 
> map
> URI '
> /navi/index.jsp'
> [Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (599)]:
> jk_uri_worker_map_t::ma
> p_uri_to_worker, done without a match
> [Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (460)]: Into
> jk_uri_worker_map_
> t::map_uri_to_worker
> [Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (477)]: Attempting to 
> map
> URI '
> /navi/index.jsp'
> [Tue May 27 09:22:25 2003]  [jk_uri_worker_map.c (599)]:
> jk_uri_worker_map_t::ma
> p_uri_to_worker, done without a match
>
> I am calling a jsp page but the tag just display as text, so it is 
> probably
> not passed to tomcat alright. ANy clues ?
>
> Kind regards,
> Marco Laponder
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org