Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a Foreign Server Connection Factory

Configuration Options     

The following properties will be used to identify your new foreign connection factory.

Configuration Options

Name Description
Name

The name of this foreign connection factory.

MBean Attribute:
WebLogicMBean.Name

Changes take effect after you redeploy the module or restart the server.

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.


Back to Top