I was checking InitialContext
object and properties that are need for JNDI lookup. One of the property which is required for InitialContext is INITIAL_CONTEXT_FACTORY
for environment, for weblogic server its value is weblogic.jndi.WLInitialContextFactory
.
In the documentation of weblogic.jndi.WLInitialContextFactory it is said:
weblogic.jndi.WLInitialContextFactory can also be used to create a multitier connection to another naming service through a WebLogic Server.
I did not understand the meaning of multitier connection. Can someone elaborate what exactly it means?