Mercurial > dive4elements > gnv-client
annotate gnv-artifacts/doc/conf/arcsdeconnectionpool.properties @ 298:80f7c5dc09c6
Implementation of classes for creating timeseries, verticalprofile and horizontalprofile charts.
gnv-artifacts/trunk@352 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 19 Nov 2009 15:30:27 +0000 |
parents | b198ca47f363 |
children | 40a058047854 |
rev | line source |
---|---|
257
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
1 ############################################################################### |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
2 ############################################################################### |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
3 # In this File it is possible to configure the Connectionpool to the the |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
4 # ArcSDE-DataBackend. |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
5 # maxActive: Number of maximal Connection which can be used. |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
6 # testOnBorrow: Should the Pool test the Connection which will be borrowed |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
7 # if it is Valid |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
8 # testOnReturn: Should the Pool test the Connection which will be returned |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
9 # if it is Valid |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
10 # testWhileIdle: Should the Pool test the Connection while it is Idl |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
11 # if it is Valid |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
12 # timeBetweenEvictionRunsMillis : Time in Milliseconds which is allowed |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
13 # to reused a returned Connection. |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
14 # server: The URL of the Server where the Database is reachable. |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
15 # username: The Username which should be used to Connect to the Databackend. |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
16 # credentials: The Credentials to the given username |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
17 # port: The Communicationport which must be used to connect to the Databackend |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
18 # database: The Name of the Instance which should be connected to. |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
19 ############################################################################### |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
20 ############################################################################### |
b198ca47f363
Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents:
202
diff
changeset
|
21 |
202
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
22 maxActive=2 |
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
23 testOnBorrow=true |
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
24 testOnReturn=false |
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
25 testWhileIdle=false |
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
26 timeBetweenEvictionRunsMillis=360000 |
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
27 server=localhost |
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
28 username=gast |
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
29 credentials=gast |
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
30 port=22119 |
d0bad2d374fd
Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
31 database=esri_sde |