![]() ![]() ![]() ![]() |
Foreign Connection Factory: Configuration
Configuration Options Related Tasks Related Topics
A foreign connection factory is a connection factory that resides on another server instance and is accessible via JNDI. A remote connection factory can be used to refer to another instance of WebLogic Server running in a different cluster or server, or a foreign provider, as long as that provider supports JNDI.
Use this page to create a foreign connection factory.
Configuration Options
Name Description Name The name of this foreign connection factory.
Local JNDI Name The name that the remote object will be bound to in the local server's JNDI tree. This is the name that should be used to look up the object on the local server.
MBean Attribute (Does not apply to application modules) :
ForeignJNDIObjectBean.LocalJNDIName
Changes take effect after you redeploy the module or restart the server.
Remote JNDI Name The name of the remote object that will be looked up in the remote JNDI directory.
MBean Attribute (Does not apply to application modules) :
ForeignJNDIObjectBean.RemoteJNDIName
Changes take effect after you redeploy the module or restart the server.
User Name The user name that is passed when opening a connection to the remote server (represented by this foreign connection factory).
MBean Attribute (Does not apply to application modules) :
ForeignConnectionFactoryBean.Username
Changes take effect after you redeploy the module or restart the server.
Password The password used in conjunction with the user name specified in the
Username
parameter to access the remote connection factory.MBean Attribute (Does not apply to application modules) :
ForeignConnectionFactoryBean.Password
Changes take effect after you redeploy the module or restart the server.
![]() |