Create a Foreign JNDI Provider: General Configuration
Use this page to configure general settings for this new foreign JNDI provider.
Configuration Options
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.
Scope The scope in which this foreign JNDI provider is deployed.
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
Password The remote server's user password.
MBean Attribute:
ForeignJNDIProviderMBean.Password
Properties Any additional properties that must be set for the JNDI provider. These properties will be passed directly to the constructor for the JNDI provider's
InitialContext
class.Note: This value must be filled in using a
name=value<return>name=value
format.MBean Attribute:
ForeignJNDIProviderMBean.Properties