Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Foreign Server Overrides

Column Display     Related Tasks     Related Topics

This page summarizes the foreign server overrides for this JMS module.

A JMS foreign server override defines partition-specific overrides for the most commonly overridden attributes in a ForeignServer MBean. It overrides some of the settings in a same-named ForeignServer MBean instance in the same multi-tenant scope to which this override MBean belongs.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

The name of this foreign server override. It must match the name of the actual resource to be overridden.

MBean Attribute:
ForeignServerOverrideMBean.Name

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

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:
ForeignServerOverrideMBean.ConnectionURL

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:
ForeignServerOverrideMBean.InitialContextFactory

Related Tasks

Related Topics


Back to Top