JNDI Initial Context Factory
|
The name of the class that must be instantiated to access the JNDI provider. This class name depends on the provider and vendor that are being used.
It defaults to weblogic.jndi.WLInitialContextFactory, which is the correct value for WebLogic Server. This value corresponds to the standard JNDI property, java.naming.factory.initial.
MBean: weblogic.management. configuration. ForeignJMSServerMBean
Attribute: InitialContextFactory
|
Default: weblogic.jndi.WLInitialContextFactory
Dynamic: yes
|
JNDI Connection URL
|
The URL that WebLogic Server will use to contact the JNDI provider. The syntax of this URL depends on which JNDI provider is being used. This value corresponds to the standard JNDI property, java.naming.provider.url.
If not specified, look-ups will be performed on the JNDI server within the WebLogic Server instance where this connection factory is deployed.
MBean: weblogic.management. configuration. ForeignJMSServerMBean
Attribute: ConnectionURL
|
Dynamic: yes
|