comparison 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
comparison
equal deleted inserted replaced
256:008709f79611 257:b198ca47f363
1 ###############################################################################
2 ###############################################################################
3 # In this File it is possible to configure the Connectionpool to the the
4 # ArcSDE-DataBackend.
5 # maxActive: Number of maximal Connection which can be used.
6 # testOnBorrow: Should the Pool test the Connection which will be borrowed
7 # if it is Valid
8 # testOnReturn: Should the Pool test the Connection which will be returned
9 # if it is Valid
10 # testWhileIdle: Should the Pool test the Connection while it is Idl
11 # if it is Valid
12 # timeBetweenEvictionRunsMillis : Time in Milliseconds which is allowed
13 # to reused a returned Connection.
14 # server: The URL of the Server where the Database is reachable.
15 # username: The Username which should be used to Connect to the Databackend.
16 # credentials: The Credentials to the given username
17 # port: The Communicationport which must be used to connect to the Databackend
18 # database: The Name of the Instance which should be connected to.
19 ###############################################################################
20 ###############################################################################
21
1 maxActive=2 22 maxActive=2
2 testOnBorrow=true 23 testOnBorrow=true
3 testOnReturn=false 24 testOnReturn=false
4 testWhileIdle=false 25 testWhileIdle=false
5 timeBetweenEvictionRunsMillis=360000 26 timeBetweenEvictionRunsMillis=360000

http://dive4elements.wald.intevation.org