Mercurial > dive4elements > gnv-client
diff gnv-artifacts/doc/conf/arcsdeconnectionpool.properties @ 257:b198ca47f363
Added Documentation of Configuration-Files
gnv-artifacts/trunk@334 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 13 Nov 2009 13:01:01 +0000 |
parents | d0bad2d374fd |
children | 40a058047854 |
line wrap: on
line diff
--- a/gnv-artifacts/doc/conf/arcsdeconnectionpool.properties Fri Nov 13 09:57:25 2009 +0000 +++ b/gnv-artifacts/doc/conf/arcsdeconnectionpool.properties Fri Nov 13 13:01:01 2009 +0000 @@ -1,3 +1,24 @@ +############################################################################### +############################################################################### +# In this File it is possible to configure the Connectionpool to the the +# ArcSDE-DataBackend. +# maxActive: Number of maximal Connection which can be used. +# testOnBorrow: Should the Pool test the Connection which will be borrowed +# if it is Valid +# testOnReturn: Should the Pool test the Connection which will be returned +# if it is Valid +# testWhileIdle: Should the Pool test the Connection while it is Idl +# if it is Valid +# timeBetweenEvictionRunsMillis : Time in Milliseconds which is allowed +# to reused a returned Connection. +# server: The URL of the Server where the Database is reachable. +# username: The Username which should be used to Connect to the Databackend. +# credentials: The Credentials to the given username +# port: The Communicationport which must be used to connect to the Databackend +# database: The Name of the Instance which should be connected to. +############################################################################### +############################################################################### + maxActive=2 testOnBorrow=true testOnReturn=false