-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Anil,
On 7/23/13 4:35 AM, Anil Goyal -X (anigoyal - ARICENT TECHNOLOGIES
MAURIITIUS LIMITED at Cisco) wrote:
That logic needs to happen in another layer, in a load-balancer.
Tomcat cannot do this on its own.
- -chris
-BEGIN PGP SIGNATURE-
Hi
when a request comes to tomcat and tomcat does not have any free thread
available or all the threads are busy and request queue is also full then where
I need to write the logic for redirect the request to some other server.
I have ConnectionRedirectionValve.java already written but in that f