Statistics
| Branch: | Revision:

m2u-upass-core / resources / proxool.maybank-dev.properties @ 67:fdb128af4d89

History | View | Annotate | Download (2.29 KB)

1 29:d69bc3387518 mohd
jdbc-0.proxool.alias=ib_db
2
3
#jdbc-0.proxool.driver-url=jdbc:jtds:sqlserver://192.168.56.2:1433/ci-db
4
jdbc-0.proxool.driver-url=jdbc:jtds:sqlserver://demosvr1.penril.net:1433/ci-db
5
jdbc-0.proxool.driver-class=net.sourceforge.jtds.jdbc.Driver
6
jdbc-0.user=ci-user
7
jdbc-0.password=ci-123
8
9
#jdbc-0.proxool.driver-url=jdbc:postgresql://localhost:5432/OTPDB
10
#jdbc-0.proxool.driver-class=org.postgresql.Driver
11
#jdbc-0.user=postgres
12
#jdbc-0.password=1234
13
14
#jdbc-0.proxool.driver-url=jdbc:mysql://192.168.16.33:3306/OTPDB
15
#jdbc-0.proxool.driver-class=com.mysql.jdbc.Driver
16
#jdbc-0.user=root
17
#jdbc-0.password=
18
19
#jdbc-0.proxool.driver-url= jdbc:oracle:thin:@127.0.0.1:1521:OTPDB
20
#jdbc-0.proxool.driver-class=oracle.jdbc.driver.OracleDriver
21
#jdbc-0.user=zengge3
22
#jdbc-0.password=zengge3
23
24
#jdbc-0.proxool.driver-url=jdbc:db2://127.0.0.1:50000/OTPDB
25
#jdbc-0.proxool.driver-class=com.ibm.db2.jcc.DB2Driver
26
#jdbc-0.user=topnethj
27
#jdbc-0.password=273122902
28
29
#jdbc-0.proxool.driver-url=jdbc:sybase:Tds:192.168.16.46:5000/OTPDB
30
#jdbc-0.proxool.driver-class=com.sybase.jdbc3.jdbc.SybDriver
31
#jdbc-0.user=otpdb
32
#jdbc-0.password=otpdb
33
34
#jdbc-0.proxool.verbose=true
35
#jdbc-0.proxool.house-keeping-sleep-time=10000
36
37
#max connection
38
jdbc-0.proxool.maximum-connection-count=8
39
#min connection
40
jdbc-0.proxool.minimum-connection-count=2
41
#init connection
42
jdbc-0.proxool.minimum-prototype-count=2
43
44
#Failing that an idle connection can be allocated in the queue waiting for the maximum number of requests,
45
#more than the number of user connections this request will not be accepted
46
47
#jdbc-0.proxool.maximum-new-connections=20
48
49
50
#proxool automatically detect connection state at all time intervals (ms),
51
#detected idle connection is immediately recovered, the destruction of overtime
52
53
jdbc-0.proxool.house-keeping-sleep-time=40000
54
55
#jdbc-0.proxool.house-keeping-test-sql=select CURRENT_DATE
56
57
#If the housekeeper to detect the activities of a thread longer than this value. It will kill this thread.
58
#So sure about your server bandwidth.
59
#And then set an appropriate value. The default is 5 minutes.
60
61
jdbc-0.proxool.maximum-active-time=300000
62
63
#Do not write the log
64
65
jdbc-0.proxool.trace=false
66
67
#Before using the connection is used to specify whether you want to test
68
69
#jdbc-0.proxool.testBeforeUse=false