Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JDBC System Resource Override : Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to view or change the configuration of a JDBC system resource override.

Configuration Options

Name Description
JDBC System Resource Override Name

The name of this JDBC system resource override.

MBean Attribute:
JDBCSystemResourceOverrideMBean.Name

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

Data Source

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.

MBean Attribute:
JDBCSystemResourceOverrideMBean.DataSourceName

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

URL

The connection URL for the data source.

MBean Attribute:
JDBCSystemResourceOverrideMBean.URL

User Name

The name of the user for the data source.

MBean Attribute:
JDBCSystemResourceOverrideMBean.User

Password

The password in clear text.

MBean Attribute:
JDBCSystemResourceOverrideMBean.Password

Confirm Password

Related Tasks

Related Topics


Back to Top