Administer JDBC providers and data sources with the administrative console
These sections describe how use the administrative console to configure, modify, and remove JDBC providers and data sources:
Configure JDBC providers and data sources
To configure a JDBC provider, follow these steps:
- Start the WebSphere administrative console.
- In the topology tree, expand Resources and click JDBC Providers.
- Verify that the scope is set to the server level.
- On the JDBC Providers page, click New.
- In the JDBC Providers field, select one of the supported providers. WebSphere Application Server - Express for iSeries supports all of the DB2 UDB for iSeries drivers. For the IBM Developer Kit for Java JDBC drivers, select the correct driver for your version of i5/OS.
- Click Apply.
- The name and implementation classname for the provider are provided for you.
Note: The Native Library Path is not configurable on iSeries.
- Click Apply or OK.
After you create a JDBC provider, configure data sources for the provider. To configure a data source, follow these steps:
- On the JDBC Providers page, click the name of the JDBC provider for which you want to configure a data source.
- On the JDBC provider's detail page, click Data Sources.
- On the Data Sources page, click New.
- Specify a name for the data source. You can also specify optional properties on this page.
- Click Apply.
- You can configure these additional properties for the data source:
- Connection Pooling
- Custom Properties
- Save the configuration.
Modify JDBC providers and data sources
To modify a JDBC provider, follow these steps:
- Start the WebSphere administrative console.
- In the topology tree, expand Resources and click JDBC Providers.
- Verify that the scope is set to the server level.
- On the JDBC Providers page, click the name of the provider that you want to modify.
- Make your changes.
- Click Apply.
- Save the configuration.
You can also modify data sources for the provider. To modify a data source, follow these steps:
- On the JDBC Providers page, click the name of the JDBC provider that includes the data source that you want to modify.
- On the JDBC provider's detail page, click Data Sources.
- On the Data Sources page, click the name of the data source that you want to modify.
- Make your changes.
- Click Apply.
- To modify additional properties for the data source, click Connection Pooling or Custom Properties at the bottom of the page.
- Save the configuration.
Remove JDBC providers and data sources
To remove a JDBC provider follow these steps:
- Start the WebSphere administrative console.
- In the topology tree, expand Resources and click JDBC Providers.
- Verify that the scope is set to the server level.
- On the JDBC Providers page, select the checkbox for the provider that you want to remove.
- Click Delete.
- Save the configuration.
To remove a data source, follow these steps:
- On the JDBC Providers page, click the name of the JDBC provider that contains the data source that you want to remove.
- On the JDBC provider's detail page, click Data Sources.
- On the Data Sources page, select the checkbox for the data source you want to remove.
- Click Delete.
- Save the configuration.