> I am not sure that mod_jk mappings follow the principle of "longest match wins".
They follow a logic of their own whereby wildcard matches outrank non-wildcard matches, so for example: JkMount /* JkUnmount / doesn't operate to unmount the Tomcat root, not because it is shorter but because it isn't a wildcard (see mod_jk.log). The best advice I can give you about mod_jk is not to use it: ditch it and use mod_proxy_ajp instead. Much better, much simpler, and no messing about between the Tomcat and Apache configurations. EJP --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org