Jndi Properties of WebLogic Registry in WebLogic Server


  • Every Jdbc Driver is identified with it's Jdbc Driver Class name.
  • Every Naming Manager is identified with it's InitialContext object
  • InitialContext Object represents connectivity between java application and Registry software ,
  • To create this object we need Jndi Properties and This property will change base on Naming Manager ,Registry software we use

InitialContext Factory Class name:::weblogic.jndi.WLInitialContextFactory.
provider url                                 ::: t3://localhost:

Note:
t3 is Application level protocol to get communication between java application weblogic Registry software

No comments:

Post a Comment