On 23/11/2010 00:06, Andrew Hole wrote:
> There is a middleware-to-middleware connection between Tomcat A and Tomcat B
> using RMI (point-to-point protocol) and Tomcat A has in-memory data useful
> to App3.
> The same aproach in the second server: applications in tomcat d have RMI
> communication to tomcat c.

I don't think there is a way to do this in mod_jk configuration. One way
to do this would be base affinity on client IP address. You should be
able to do something like the following in httpd:
- get client IP address
- if last octet is odd, redirect to machine 1
- else, redirect to machine 2

Mark

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

Reply via email to