Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create foreign server overrides

Before you begin

Note: WebLogic Server Multitenant domain partitions are deprecated in WebLogic Server 12.2.1.4.0. The related Console and help pages will be removed in the next release.


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.

To create a JMS foreign server override:

  1. In the left pane of the Console, select Domain Partitions.

    The Domain Partitions table displays all the partitions defined in the domain.

  2. Click on the name of the domain partition for which you want to create a foreign server override.
  3. Select the Resource Overrides > JMS Modules configuration page.

    The JMS Module Overrides table displays all the JMS module overrides that have been configured in this domain partition.

  4. Click on the name of the JMS module override for which you want to create a foreign server override.
  5. On the Settings > Configuration page, click New to create a foreign server override for this JMS module override.
  6. On the Create a JMS Foreign Server Override page, provide a Name for the foreign server override.

    The system matches overrides using the name of the overriding configuration MBean with the name of the actual resource to be overridden.

  7. Optionally, in the Initial Context Factory, Connection URL, JNDI Properties Credential, and JNDI Properties fields, provide partition-specific values and click OK.

    The new foreign server override appears in the Summary of Foreign Server Overrides table.

After you finish

If the resource is running, you must restart the partition for the overrides to take effect.


Back to Top