Oracle GlassFish Server 3.0.1 Administration Guide

ProcedureTo Update a Connector Connection Pool

Use the get and set subcommands to view and change the values of the connector connection pool properties.

  1. List the connector connection pools by using the list-connector-connection-pools(1) subcommand.

  2. View the properties of the connector connection pool by using the get(1) subcommand.

    For example:


    asadmin> get domain.resources.connector-connection-pool.conectionpoolname.*
    
  3. Set the property of the connector connection pool by using the set(1) subcommand.

    For example:


    asadmin> set domain.resources.connector-connection-pool
    .conectionpoolname.validate-atmost-once-period-in-seconds=3
    
  4. (Optional) If needed, restart the server.

    Some properties require server restart. See Configuration Changes That Require Server Restart. If your server needs to be restarted, see To Restart a Domain.