Rev 244 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 244 | Rev 253 | ||
|---|---|---|---|
| Line 19... | Line 19... | ||
| 19 | />
|
19 | />
|
| 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/espacocase"
|
- | |
| - | 24 | url="jdbc:postgresql://localhost:5432/espacoc_db"
|
|
| 25 | initialSize="5" maxActive="200" maxWait="10000"
|
25 | initialSize="5" maxActive="200" 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 | ||