Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
760 blopes 1
<?xml version='1.0' encoding='utf-8'?>
2
<Context debug="true" reloadable="true" crossContext="true" antiJARLocking="true">
3
<!-- 
4
<Resource name="jdbc/sistemaEC2" auth="Container" 
5
        factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" 
6
        type="javax.sql.DataSource" 
7
 
8
        initialSize="5" minIdle="5" maxActive="15" maxIdle="10"
9
 
10
        testWhileIdle="true"
11
        timeBetweenEvictionRunsMillis="30000"
12
        testOnBorrow="true"
13
        validationQuery="SELECT 1"
14
        validationInterval="30000"
15
 
16
        driverClassName="org.postgresql.Driver" 
17
        url="jdbc:postgresql://localhost:5432/espacocase" 
18
        username="espacoc_sc_sec" password="espaco10"
19
    />
20
     -->
21
    <!-- 
22
<Resource name="jdbc/sistemaLAB" auth="Container"   
23
        type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
24
        url="jdbc:postgresql://localhost:5432/labse_db"
25
        initialSize="3" maxActive="100" maxWait="10000" 
26
        minEvictableIdleTimeMillis="60000" timeBetweenEvictionRunsMillis="10000" 
27
        removeAbandoned = "true" removeAbandonedTimeout = "180"
28
        username="labse_sc_lse" password="labse10" />
29
        -->
30
 
31
<Resource name="jdbc/sistemaSLP" auth="Container"   
32
        type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
33
        url="jdbc:postgresql://localhost:5432/slpro_db"
34
        initialSize="3" maxActive="100" maxWait="10000" 
35
        minEvictableIdleTimeMillis="60000" timeBetweenEvictionRunsMillis="10000" 
36
        removeAbandoned = "true" removeAbandonedTimeout = "180"
37
        username="sc_slp" password="slpro10" />
38
 
39
        <!-- 
40
 
41
<Resource name="jdbc/sisDS" auth="Container"
42
                type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
43
                url="jdbc:postgresql://174.142.226.43:5432/espacocase" maxActive="20" maxIdle="10" maxWait="-1"  
44
                username="sc_sec" password="sc_sec" />
45
                 -->
46
 
47
<!-- validationQuery="select sysdate from dual" -->
48
</Context>