Posted By:
Mahesh_Puvvada
Posted On:
Friday, February 18, 2005 09:59 AM
My application is deployed on a cluster of two servers in WAS (version 5.0.2). When i try to do a jndi lookup for an ejb on one of the cluster members, i get the ejb home object from other cluster member.
Is there a way to lookup the ejb on a specific cluster member?
I tried providing the scope in the lookup() method. It doesn't work.