I want to deploy a web application in clustering environment. The request
may be processed by any of the clustered members, but the response has to go
from Load Balancer (LB) only. In case the client book marks the page he
should be taken to the same server(LB) irrespective of the cluster member
which processes the request.

 

I am using balancer application for clustering. In rules.xml I am specifying
the cluster member address to be redirected to. Cluster member is processing
and sending the response directly. From then if client performs any action
the LB is getting bypassed. I don't want this to happen. 

 

I want the request to be processed by cluster member and the response has to
be sent by the LB.

 

I'll be very thankful to you if you can shed some light on this. Can we do
this with the balancer application? If not can you please suggest the other
ways?

 

Regards,

Srinivas

Reply via email to