Rev 207 |
Rev 244 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
| RSS feed
<?xml version='1.0' encoding='utf-8'?>
<Context debug="true" reloadable="true" crossContext="true" antiJARLocking="true">
<!--
<Resource name="jdbc/sistemaEC2" auth="Container"
factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
type="javax.sql.DataSource"
initialSize="5" minIdle="5" maxActive="15" maxIdle="10"
testWhileIdle="true"
timeBetweenEvictionRunsMillis="30000"
testOnBorrow="true"
validationQuery="SELECT 1"
validationInterval="30000"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/espacocase"
username="espacoc_sc_sec" password="espaco10"
/>
-->
<Resource name="jdbc/sistemaEC" auth="Container"
type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/espacocase"
validationInterval="30000" timeBetweenEvictionRunsMillis="30000"
maxActive="3000" minIdle="10" maxWait="10000" initialSize="10"
minEvictableIdleTimeMillis="30000" jmxEnabled="true"
username="espacoc_sc_sec" password="espaco10" />
<Resource name="jdbc/sisEC2" auth="Container"
type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/espacocase"
maxActive="20" maxIdle="10" maxWait="-1"
username="espacoc_sc_sec" password="espaco10" />
<Resource name="jdbc/sisDS" auth="Container"
type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/espacocase"
maxActive="20" maxIdle="10" maxWait="-1"
username="sc_sec" password="sc_sec" />
<Resource name="jdbc/sisRB" auth="Container"
type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/ranchoveiodabarra"
maxActive="20" maxIdle="10" maxWait="-1"
username="sc_sec" password="sc_sec" />
<!--
<Resource name="jdbc/sisDS" auth="Container"
type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://174.142.226.43:5432/espacocase" maxActive="20" maxIdle="10" maxWait="-1"
username="sc_sec" password="sc_sec" />
-->
<!-- validationQuery="select sysdate from dual" -->
</Context>