annotate gnv-artifacts/doc/conf/arcsdeconnectionpool.properties @ 522:c896282c2601

Issue 156 solved. Added width, height and points as parameter to svg and pdf output mode. Width and height have an effact on the width and height of the export, points is a boolean property which enables/disables the drawing of data points. gnv-artifacts/trunk@616 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 25 Jan 2010 09:18:31 +0000
parents 40a058047854
children 0eba2f032e0d
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.
477
40a058047854 Added the Configurationproperty serverRoundtripInterval to the Configuration of the Connectionpool.
Tim Englich <tim.englich@intevation.de>
parents: 257
diff changeset
14 # serverRoundtripInterval : The Timea ArcSDE-Connection must nor be used until
40a058047854 Added the Configurationproperty serverRoundtripInterval to the Configuration of the Connectionpool.
Tim Englich <tim.englich@intevation.de>
parents: 257
diff changeset
15 # the Connection will test if it is valid.
257
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 202
diff changeset
16 # 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
17 # 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
18 # credentials: The Credentials to the given username
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 202
diff changeset
19 # 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
20 # 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
21 ###############################################################################
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 202
diff changeset
22 ###############################################################################
b198ca47f363 Added Documentation of Configuration-Files
Tim Englich <tim.englich@intevation.de>
parents: 202
diff changeset
23
202
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
24 maxActive=2
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
25 testOnBorrow=true
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
26 testOnReturn=false
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
27 testWhileIdle=false
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
28 timeBetweenEvictionRunsMillis=360000
477
40a058047854 Added the Configurationproperty serverRoundtripInterval to the Configuration of the Connectionpool.
Tim Englich <tim.englich@intevation.de>
parents: 257
diff changeset
29 serverRoundtripInterval=900000
202
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
30 server=localhost
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
31 username=gast
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
32 credentials=gast
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
33 port=22119
d0bad2d374fd Added separat ConnectionPoolPrperties to this Project.
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
34 database=esri_sde

http://dive4elements.wald.intevation.org