Hi,
I am trying to implement a servlet as a singleton / pinned service (servlet implements the weblogic.cluster.singleton.SingletonService interface), I could see the deactivate() get call on running server when it is down, and activate() on the candidate server.
However, when I send http request to the singleton servlet through HttpClusterProxy, the request be load balanced to all target servers.
How could I ensure the automatic service migration works on servlet?