IDgis / geo-publisher-deployment

Includes everything to deploy the GeoPublisher application.
0 stars 1 forks source link

jndi resource properties added #109

Closed copierrj closed 8 years ago

copierrj commented 8 years ago

'defaultAutoCommit' and 'rollbackOnReturn' are required to guarantee that database transactions are always properly terminated.

'testOnBorrow' and 'validationInterval' ensure that invalidated connections (e.g. because the tcp session was terminated) are removed from the connection pool.