Active connection limit

In Performance statistics UI, there is a limit of active Database connections of 20. How can we change that?

It depends on how you configure your database connection - in application properties or as a JNDI datasource. See Connecting to Databases and context.xml for details.

1 Like

Thank you so much