Domain Partition: Other Services: Foreign JNDI Providers
A foreign JNDI provider represents a JNDI tree that can reside outside of a WebLogic Server instance. This can be a JNDI tree in a different server environment or within an external Java program. By setting up a foreign JNDI provider you can look up and use an object that exists outside of the WebLogic Server environment with the same ease that you would use an object bound in your WebLogic Server instance. This page summarizes the foreign JNDI providers that have created in this domain partition.
Buttons
Name Description Create Creates a new foreign JNDI provider.
Delete Deletes the selected foreign JNDI provider.
Column Display
Name Description Name The user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectName
:
Name=user-specified-name
MBean Attribute:
ForeignJNDIProviderMBean.Name
Changes take effect after you redeploy the module or restart the server.
Initial Context Factory The initial context factory to use to connect. This class name depends on the JNDI provider and the vendor you are using. The value corresponds to the standard JNDI property,
java.naming.factory.initial
.MBean Attribute:
ForeignJNDIProviderMBean.InitialContextFactory
Provider URL The foreign JNDI provider URL. This value corresponds to the standard JNDI property,
java.naming.provider.url
.MBean Attribute:
ForeignJNDIProviderMBean.ProviderURL
User The remote server's user name.
MBean Attribute:
ForeignJNDIProviderMBean.User
Resource Group The resource group in which this foreign JNDI provider is configured.
Targets The name of the targets.