Rev 253 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 253 | Rev 319 | ||
|---|---|---|---|
| Line 20... | Line 20... | ||
| 20 | -->
|
20 | -->
|
| 21 | 21 | ||
| 22 | <Resource name="jdbc/sistemaEC" auth="Container"
|
22 | <Resource name="jdbc/sistemaEC" auth="Container"
|
| 23 | type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
|
23 | type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
|
| 24 | url="jdbc:postgresql://localhost:5432/espacoc_db"
|
24 | url="jdbc:postgresql://localhost:5432/espacoc_db"
|
| 25 | initialSize="5" maxActive="200" maxWait="10000"
|
- | |
| - | 25 | initialSize="3" maxActive="100" maxWait="10000"
|
|
| 26 | minEvictableIdleTimeMillis="60000" timeBetweenEvictionRunsMillis="10000"
|
26 | minEvictableIdleTimeMillis="60000" timeBetweenEvictionRunsMillis="10000"
|
| 27 | removeAbandoned = "true" removeAbandonedTimeout = "180"
|
27 | removeAbandoned = "true" removeAbandonedTimeout = "180"
|
| 28 | username="espacoc_sc_sec" password="espaco10" />
|
28 | username="espacoc_sc_sec" password="espaco10" />
|
| 29 | 29 | ||
| 30 | <Resource name="jdbc/sisEC2" auth="Container"
|
30 | <Resource name="jdbc/sisEC2" auth="Container"
|