// XXX we need to better collect all mappings
addMapping( ctxPath + "/servlet/*", mod_jk );
Enumeration servletMaps=context.getContainers();
while( servletMaps.hasMoreElements() ) {
Container ct=(Container)servletMaps.nextElement();
addMapping( context, ct , mod_jk );
}
// There is a big problem with this one - it is
// equivalent with JkMount path/*...