Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a Foreign Server: Properties

Configuration Options     

Use this page to define properties for this foreign server.

Configuration Options

Name Description
Resource Type

The type of JMS system resource.

MBean Attribute:
JMSSystemResourceMBean.Type

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

Name

The name of this foreign server.

MBean Attribute:
JMSSystemResourceMBean.Name

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

Notes

Notes describing the configuration of this foreign server.

JNDI Initial Context Factory

The name of the class that must be instantiated to access the JNDI provider. This class name depends on the JNDI provider and the vendor that are being used.

This value corresponds to the standard JNDI property, java.naming.factory.initial.

Note: This value defaults to weblogic.jndi.WLInitialContextFactory, which is the correct value for WebLogic Server.

MBean Attribute (Does not apply to application modules) :
ForeignServerBean.InitialContextFactory

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. For WebLogic JMS, leave this field blank if you are referencing WebLogic JMS objects within the same cluster.

This value corresponds to the standard JNDI property, java.naming.provider.url.

Note: If this value is not specified, look-ups will be performed on the JNDI server within the WebLogic Server instance where this connection factory is deployed.

MBean Attribute (Does not apply to application modules) :
ForeignServerBean.ConnectionURL

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

JNDI Properties Credential

Any credentials that must be set for the JNDI provider. These credentials will be part of the properties will be passed directly to the constructor for the JNDI provider's InitialContext class. Note: For secure credential management, use the JNDI Properties Credential field. Using the Properties field results in the credential being stored and displayed as originally entered.

Some foreign providers require other properties to be set while obtaining an initial naming context. These properties can be set with a property MBean.

MBean Attribute (Does not apply to application modules) :
ForeignServerBean.JNDIPropertiesCredential

JNDI 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.

Some foreign providers require other properties to be set while obtaining an initial naming context. These properties can be set with a property bean

MBean Attribute (Does not apply to application modules) :
ForeignServerBean.JNDIProperties

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


Back to Top