Blame |
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/sisEC" 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>