Im using glassfish v4 load balanced with mod_jk (appache httpd 2.2).
Is it possible to set a specific count of maximum client connections to a particular server instance? Hence requesting clients above this threshold should not be able to connect to a restricted server and thus get load balanced to another instance if possible.
Thanks.