Subversion Repositories Integrator Subversion

Rev

Rev 242 | Rev 253 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 242 Rev 244
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/espacocase"
24
        url="jdbc:postgresql://localhost:5432/espacocase"
25
        validationInterval="30000" timeBetweenEvictionRunsMillis="30000"   
-
 
26
        maxActive="3000" minIdle="10" maxWait="10000" initialSize="10"   
-
 
27
        minEvictableIdleTimeMillis="30000" jmxEnabled="true"
-
 
-
 
25
        initialSize="5" maxActive="200" maxWait="10000" 
-
 
26
        minEvictableIdleTimeMillis="60000" timeBetweenEvictionRunsMillis="10000" 
-
 
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"
31
                type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
31
                type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
32
                url="jdbc:postgresql://localhost:5432/espacocase"
32
                url="jdbc:postgresql://localhost:5432/espacocase"