Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<?xml version='1.0' encoding='utf-8'?>
2
<Context debug="true" reloadable="true" crossContext="true" antiJARLocking="true">
3
        <!-- 
4
<Resource name="jdbc/rhdDS" auth="Container"
5
                type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
6
                url="jdbc:postgresql://10.82.252.6:5432/ses" maxActive="20" maxIdle="10" maxWait="-1"  
7
                username="sc_rhd" password="indr@homolog%sc_rhd#2012" />
8
                -->
9
 
10
<Resource name="jdbc/rhdDS" auth="Container"
11
                type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
12
                url="jdbc:postgresql://localhost:5432/ses_producao" maxActive="20" maxIdle="10" maxWait="-1"  
13
                username="sc_rhd" password="sc_rhd" />
14
 
15
<Resource name="jdbc/scgDS" auth="Container"
16
                type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
17
                url="jdbc:postgresql://localhost:5432/ses_producao" maxActive="20" maxIdle="10" maxWait="-1"  
18
                username="sc_scg" password="sc_scg" />
19
 
20
<Resource name="resource/cas" auth="Container" factory="br.gov.al.saude.rhd.web.managebean.PropertiesFactory"
21
        type="java.util.Properties" url_redirect_logout="index.jsp" app_server_and_port="mcz008:8181" cas_server_and_port="mcz008:8448"
22
        url_sca="https://localhost:8181/rhd-web/"/>
23
 
24
<Resource name="resource/scgModal" auth="Container" type="java.util.Properties" factory="br.gov.al.saude.rhd.web.managebean.PropertiesFactory"
25
        url_scg_cadastro_pessoa="https://mczsrvdev01:8181/scg-web/paginas/pessoa_gerenciador.xhtml?display=block" 
26
        url_scg_rest="http://mczsrvdev01:8080/scgrest/"/>
27
 
28
<!-- validationQuery="select sysdate from dual" -->
29
</Context>