Hello All,
 
  I am using apache and tomcat with mod_jk.
apache version : 2.2.19
tomcat version : 6.0
mod_jk version : 1.2.30
 
My web runs through servlet.
 
http://domainname:8080/contact.shtml - is working
http://domainname/contact.shtml - is not working
 
mod_jk log :
 
[debug] map_uri_to_worker_ext::jk_uri_worker_map.c (1036): Attempting to map 
URI '/contact.shtml' from 4 maps
 [trace] find_match::jk_uri_worker_map.c (839): enter
 [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI 
'/servlets/*=ajp13' source 'JkMount'
 [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI 
'/servlet/*=ajp13' source 'JkMount'
 [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI 
'/*.jsp=ajp13' source 'JkMount'
 [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI 
'/*=ajp13' source 'JkMount'
 [debug] find_match::jk_uri_worker_map.c (863): Found a wildchar match 
'/*=ajp13'
 [trace] find_match::jk_uri_worker_map.c (866): exit
 [trace] map_uri_to_worker_ext::jk_uri_worker_map.c (1065): exit
 [trace] map_uri_to_worker_ext::jk_uri_worker_map.c (951): enter
 [debug] map_uri_to_worker_ext::jk_uri_worker_map.c (1036): Attempting to map 
URI '/404.shtml' from 4 maps
 [trace] find_match::jk_uri_worker_map.c (839): enter
 [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI 
'/servlets/*=ajp13' source 'JkMount'
 [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI 
'/servlet/*=ajp13' source 'JkMount'
 [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI 
'/*.jsp=ajp13' source 'JkMount'
 [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI 
'/*=ajp13' source 'JkMount'
 [debug] find_match::jk_uri_worker_map.c (863): Found a wildchar match 
'/*=ajp13'
 [trace] find_match::jk_uri_worker_map.c (866): exit
 [trace] map_uri_to_worker_ext::jk_uri_worker_map.c (1065): exit
 
Why jk connector not converting to servlet? any idea?

Reply via email to