WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Connection Pool

    Posted 02/07/14 01:23 PM
    Hi,

     Can we set the connection pool properties under server and application level.

    Under Server level I am aware but under application level I am not sure.

    Can any one guide us on this.

    Thanks, 


  • 2.  Connection Pool

    Posted 02/09/14 03:16 AM
    Hi Anil,

        Connection pool belongs to datasource, so you can set the values accordingly, specific to the application


  • 3.  Connection Pool

    Posted 02/09/14 05:59 AM
    Hi Anil,

      Are you taking about the scope of datasource definition?
     
      Configuring a data source using the administrative console
      pic.dhe.ibm.com/infocenter/wasinfo/v8r5/...
     
      "Select the scope at which applications can use the data source. You can choose a cell, node, cluster, or server. For more information, see the topic on scope settings"
     
      You can create a datasource at application level but inside de code of the application or at the deployment descriptor
     
      Data source resource definition in applications
      pic.dhe.ibm.com/infocenter/wasinfo/v8r5/...
     
      From the point of view of security if you define some datasource at server level some of the security attributes can be overwrite at application level.
     
      Hope this helps. Tell us if you need more support
     
    regards