Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

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

Create foreign server overrides


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 configure 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 configure 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 configure a foreign server override.
  5. On the Settings > Configuration page, click on the name of the foreign server override that you want to configure.
  6. On the Configuration > General page, optionally provide partition-specific values in the Initial Context Factory, Connection URL, JNDI Properties Credential, and JNDI Properties fields and click Save.

    The JMS foreign server override configuration is changed.

After you finish

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


Back to Top