I take your message to mean that you have an external load balancing
device. We're doing the same thing. We're using mod_jk, and the lbworker.
You'll need to define all your servers in workers.properties. We set the
weight much higher on the local server because we have IP based sticky
session in
> I am a programmer in an environment that features load balancing on 3
> production machines. Typically, requests to a given URL will be routed to
> any of the three machines, depending on which is the least busy. Can
> Tomcat session management work correctly in this environment? In other
> word