From version < 3.2 >
edited by awa
on 15.05.2019, 12:04
To version < 3.3
edited by gru
on 30.04.2020, 06:13
<
Change comment: Code Makros angepasst

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.awa
1 +XWiki.gru
Content
... ... @@ -8,8 +8,8 @@
8 8  |db.connection.login.username|-|yes|User name for accessing the database.
9 9  |db.connection.jdbcurl|-|no|The [[JDBC connection URL>>http://download.oracle.com/otn-pub/jcp/jdbc-4_1-mrel-spec/jdbc4.1-fr-spec.pdf]] to the database.
10 10  |db.connection.connnections.max|50|no|The maximum size that the connection pool is allowed to reach, including both idle and in-use connections.
11 -|db.connection.connnections.timeout|200|no|The maximum amount of time in seconds that a connection is allowed to sit idle in the connection pool. A value of {{code}}0{{/code}} means that idle connections are never removed from the pool. Otherwise, the minimum allowed value is 10.
12 -|db.connection.connnections.unreturned.timeout|0|no|The maximum lifetime in milliseconds of a connection in the connection pool. A value of {{code}}0{{/code}} indicates no maximum lifetime. However, the {{code}}db.connection.connnections.timeout{{/code}} setting still applies.
13 -|db.connection.connnections.leakdetection_threshold|0|no|The amount of time in milliseconds that a connection can be out of the connection pool before a message is logged indicating a possible connection leak. A value of {{code}}0{{/code}} means that leak detection is disabled. Lowest acceptable value for enabling leak detection is {{code}}2000{{/code}}.
14 -|db.connection.dbms.shortname|-|no|The type of database management system. Possible values are {{code}}mysql{{/code}} (MySQL), {{code}}oracle{{/code}} (Oracle), {{code}}postgresql{{/code}} (PostgreSQL), {{code}}sqlserver{{/code}} (SQLServer), and {{code}}h2db{{/code}} (H2 Server).
11 +|db.connection.connnections.timeout|200|no|The maximum amount of time in seconds that a connection is allowed to sit idle in the connection pool. A value of {{code language="none"}}0{{/code}} means that idle connections are never removed from the pool. Otherwise, the minimum allowed value is 10.
12 +|db.connection.connnections.unreturned.timeout|0|no|The maximum lifetime in milliseconds of a connection in the connection pool. A value of {{code language="none"}}0{{/code}} indicates no maximum lifetime. However, the {{code language="none"}}db.connection.connnections.timeout{{/code}} setting still applies.
13 +|db.connection.connnections.leakdetection_threshold|0|no|The amount of time in milliseconds that a connection can be out of the connection pool before a message is logged indicating a possible connection leak. A value of {{code language="none"}}0{{/code}} means that leak detection is disabled. Lowest acceptable value for enabling leak detection is {{code language="none"}}2000{{/code}}.
14 +|db.connection.dbms.shortname|-|no|The type of database management system. Possible values are {{code language="none"}}mysql{{/code}} (MySQL), {{code language="none"}}oracle{{/code}} (Oracle), {{code language="none"}}postgresql{{/code}} (PostgreSQL), {{code language="none"}}sqlserver{{/code}} (SQLServer), and {{code language="none"}}h2db{{/code}} (H2 Server).
15 15  {{/table}}
Copyright 2000-2024