Skip to content
nicol edited this page Jan 9, 2025 · 2 revisions

Technical information

  • File Location : $USER_HOME/.magicDeskCompanion/pool/Tomcat.conf
  • Category : POOL
  • Version : 11.0.2
  • Status : STABLE
  • Need Authenticator : No

Configure the plugin

Key Description Type Default Value Allowed Values
minIdle The minimum number of established connections that should be kept in the pool at all times. The connection pool can shrink below this number if validation queries fail. Number 2 Any value > 1
maxIdle The maximum number of connections that should be kept in the pool at all times. Idle connections are checked periodically (if enabled) and connections that been idle for longer than minEvictableIdleTimeMillis will be released. Number 5 Any value > 1
minEvictableIdleTimeMillis The minimum amount of time an object may sit idle in the pool before it is eligible for eviction. The value is in millisecond. Number 6000 Any value > 1000
initialSize The initial number of connections that are created when the pool is started. Number 10 Any value > 1
defaultAutoCommit The default auto-commit state of connections created by this pool. If not set, default is JDBC driver default Boolean true true
false
maxActive The maximum number of active connections that can be allocated from this pool at the same time. Number 10 Any value > 1
Clone this wiki locally