Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Partition: Administration: Resource Overrides

Column Display     Configuration Options     

This page summarizes the resource overrides that have been configured in the current domain partition.

Column Display

Name Description
Resource

The name of the resource.

Resource Type

The type of resource.

Resource Group

The name of the resource group to which the resource is configured.

Has Overrides

Indicates whether or not the resource has existing override values.

Edit Overrides

Click the icon to configure override values for this resource.

Configuration Options

Name Description
User

The name of the user for the data source.

MBean Attribute:
JDBCSystemResourceOverrideMBean.User

URL

The connection URL for the data source.

MBean Attribute:
JDBCSystemResourceOverrideMBean.URL

Password

The password in clear text.

MBean Attribute:
JDBCSystemResourceOverrideMBean.Password

Data Source Name

The name of the data source. The overriding configuration MBean's data source name does not override the data source name of the resource. It is used for matching the overriding configuration MBean with the resource to be overridden.

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

Configuration Options

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.

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.

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

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

JNDI Properties Credential

Any credentials that must be set for the JNDI provider. These credentials will be part of the properties 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 bean.

MBean Attribute:
ForeignServerOverrideMBean.JNDIPropertiesCredential

Confirm JNDI Properties Credential

Configuration Options

Name Description
Name

The name of this foreign JMS destination override. Once you create a foreign JMS destination, you cannot change its name.

MBean Attribute:
ForeignDestinationOverrideMBean.Name

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:
ForeignDestinationOverrideMBean.RemoteJNDIName

Configuration Options

Name Description
Name

The name of this foreign JMS connection factory override. Once you create the factory override, you cannot change its name.

MBean Attribute:
ForeignConnectionFactoryOverrideMBean.Name

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:
ForeignConnectionFactoryOverrideMBean.RemoteJNDIName

User Name

MBean Attribute:
ForeignConnectionFactoryOverrideMBean.username

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

Password

MBean Attribute:
ForeignConnectionFactoryOverrideMBean.password

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

Confirm Password

Back to Top