All,
I have this question in my head about JNDI lookups, but haven't received proper information
when i do research. The question is simple.
We have a typical WLS cluster setup, with
WLS running in a JVM on a server host, with objects bound to its JNDI tree, and we also have a WLS client Java application. The client connects to WLS and performs JNDI lookups on the server.
The question is, if the client uses JNDI to lookup an object that exists in a separate JVM, it does load balancing and failover properly. Alternatively, if client uses same JVM to lookup an object in failover case, we are encountering application specific error. I just need to know what makes difference when you lookup an object(RMI) from same JVM and separate JVM.
Any help appreciated,
-Senthil