ProcedureTo create a JDBC connection pool

When creating the pool with the Admin Console, you are actually defining the aspects of a connection to a specific database.

Before You Begin

Before creating the pool, you must first install and integrate the JDBC driver. See To integrate a JDBC driver.

When building the Create Connection Pool pages, certain data specific to the JDBC driver and the database vendor must be entered. Before proceeding, gather the following information:

  1. Select the Common Tasks node, then click Create New JDBC Connection Pool.


    Note - You can also access the JDBC Connection Pool page by expanding the Resources node and the JDBC node, and selecting the Connection Pools node. Then from the New Connection Pool page, select New to create a new connection pool.


  2. Specify the General Settings as follows:

  3. Click Next.

  4. Specify the additional General Settings as follows:

  5. Specify the Pool Settings as follows:

  6. Specify the Connection Validation as follows:

  7. Specify the Transaction Isolation settings as follows:

  8. In the Additional Properties table, add the required properties, such as database name (URL), user name, and password.

    Because the properties vary with database vendor, consult the vendor's documentation for details.

  9. Click Finish.

More Information
Equivalent asadmin command

create-jdbc-connection-pool

See Also