Mike Wilson wrote:
I need to set up a configuration where a site's path space gets distributed over two servers and I'm looking at using mod_jk like this:

  Apache httpd
    mod_jk
      workers.properties
        workerA -> serverA
        workerB -> serverB
      uriworkermap.properties
        /*       = serverA
        /path2/* = serverB
        /path3/* = serverB
        /path3/xyz/* = serverA


You may have a problem with the above mappings, since
/* overlaps everything, and /path3/* overlaps /path3/xyz/*.
I am not sure that mod_jk mappings follow the principle of "longest match wins".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to