Subversion Repositories Integrator Subversion

Rev

Rev 253 | 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/espacoc_db"
       initialSize="3" maxActive="100" maxWait="10000"
       minEvictableIdleTimeMillis="60000" timeBetweenEvictionRunsMillis="10000"
       removeAbandoned = "true" removeAbandonedTimeout = "180"
       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>