Mercurial > dive4elements > gnv-client
view 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 |
line wrap: on
line source
############################################################################### ############################################################################### # In this File it is possible to configure the Connectionpool to the the # ArcSDE-DataBackend. # maxActive: Number of maximal Connection which can be used. # testOnBorrow: Should the Pool test the Connection which will be borrowed # if it is Valid # testOnReturn: Should the Pool test the Connection which will be returned # if it is Valid # testWhileIdle: Should the Pool test the Connection while it is Idl # if it is Valid # timeBetweenEvictionRunsMillis : Time in Milliseconds which is allowed # to reused a returned Connection. # serverRoundtripInterval : The Timea ArcSDE-Connection must nor be used until # the Connection will test if it is valid. # server: The URL of the Server where the Database is reachable. # username: The Username which should be used to Connect to the Databackend. # credentials: The Credentials to the given username # port: The Communicationport which must be used to connect to the Databackend # database: The Name of the Instance which should be connected to. ############################################################################### ############################################################################### maxActive=2 testOnBorrow=true testOnReturn=false testWhileIdle=false timeBetweenEvictionRunsMillis=360000 serverRoundtripInterval=900000 server=localhost username=gast credentials=gast port=22119 database=esri_sde