Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure data source interceptors

Before you begin

Create data source interceptors


To configure a data source interceptor:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane, expand Diagnostics and select Interceptors.
  3. Select the Data Source Interceptors page.
  4. In the Data Source Interceptors table, select the data source interceptor you want to configure.
  5. Enter a name for the data source interceptor in the Name field.
  6. Specify the regular expression pattern for the connection URLs. You can either select a URL from the Available URLs menu or enter a URL in the URLs Pattern field. An example URL pattern is jdbc:derby://host:1527/(.*).
  7. In Connection Quota, enter the maximum number of connections that can be made to the database(s) backed by the specified data source URLs.
  8. In Priority, enter the priority of this intercepted method in the interceptor chain. Interceptors with higher priorities are executed before interceptors with lower priorities.
  9. Click Save.
  10. In the Change Center, click Activate Changes.

Back to Top