Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/arcsdeconnectionpool.properties @ 540:80630520e25a
merged gnv-artifacts/0.4
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:13:49 +0200 |
parents | 0eba2f032e0d |
children |
comparison
equal
deleted
inserted
replaced
415:9f4a0b990d27 | 540:80630520e25a |
---|---|
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 # serverRoundtripInterval : The Timea ArcSDE-Connection must nor be used until | |
15 # the Connection will test if it is valid. | |
16 # server: The URL of the Server where the Database is reachable. | |
17 # username: The Username which should be used to Connect to the Databackend. | |
18 # credentials: The Credentials to the given username | |
19 # port: The Communicationport which must be used to connect to the Databackend | |
20 # database: The Name of the Instance which should be connected to. | |
21 ############################################################################### | |
22 ############################################################################### | |
23 | |
24 maxActive=2 | |
25 testOnBorrow=true | |
26 testOnReturn=false | |
27 testWhileIdle=false | |
28 timeBetweenEvictionRunsMillis=360000 | |
29 serverRoundtripInterval=5 | |
30 serverInactiveInterval=300 | |
31 server=localhost | |
32 username=gast | |
33 credentials=gast | |
34 port=22119 | |
35 database=esri_sde |