tim@257: ############################################################################### tim@257: ############################################################################### tim@257: # In this File it is possible to configure the Connectionpool to the the tim@257: # ArcSDE-DataBackend. tim@257: # maxActive: Number of maximal Connection which can be used. tim@257: # testOnBorrow: Should the Pool test the Connection which will be borrowed tim@257: # if it is Valid tim@257: # testOnReturn: Should the Pool test the Connection which will be returned tim@257: # if it is Valid tim@257: # testWhileIdle: Should the Pool test the Connection while it is Idl tim@257: # if it is Valid tim@257: # timeBetweenEvictionRunsMillis : Time in Milliseconds which is allowed tim@257: # to reused a returned Connection. tim@477: # serverRoundtripInterval : The Timea ArcSDE-Connection must nor be used until tim@477: # the Connection will test if it is valid. tim@257: # server: The URL of the Server where the Database is reachable. tim@257: # username: The Username which should be used to Connect to the Databackend. tim@257: # credentials: The Credentials to the given username tim@257: # port: The Communicationport which must be used to connect to the Databackend tim@257: # database: The Name of the Instance which should be connected to. tim@257: ############################################################################### tim@257: ############################################################################### tim@257: tim@202: maxActive=2 tim@202: testOnBorrow=true tim@202: testOnReturn=false tim@202: testWhileIdle=false tim@202: timeBetweenEvictionRunsMillis=360000 sascha@525: serverRoundtripInterval=5 sascha@525: serverInactiveInterval=300 tim@202: server=localhost tim@202: username=gast tim@202: credentials=gast tim@202: port=22119 sascha@525: database=esri_sde