Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/arcsdeconnectionpool.properties @ 262:8b634333f935
merged gnv-artifacts/0.2
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:13:44 +0200 |
parents | b198ca47f363 |
children | 40a058047854 |
comparison
equal
deleted
inserted
replaced
169:6cf73f5ea4a9 | 262:8b634333f935 |
---|---|
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 | |
22 maxActive=2 | |
23 testOnBorrow=true | |
24 testOnReturn=false | |
25 testWhileIdle=false | |
26 timeBetweenEvictionRunsMillis=360000 | |
27 server=localhost | |
28 username=gast | |
29 credentials=gast | |
30 port=22119 | |
31 database=esri_sde |