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/srvDS" auth="Container"
5
                type="javax.sql.DataSource" driverClassName="${env.jdbc.driverClassName}"
6
                url="${env.jdbc.url}" maxActive="20" maxIdle="10" maxWait="-1"  
7
                username="${env.jdbc.username}" password="${env.jdbc.password}" />
8
 
9
<!-- validationQuery="select sysdate from dual" -->
10
 
11
<Resource name="jdbc/scgDS" auth="Container"
12
                type="javax.sql.DataSource" driverClassName="${env.jdbc.driverClassName}"
13
                url="${env.jdbc.url}" maxActive="20" maxIdle="10" maxWait="-1"  
14
                username="sc_scg" password="sc_scg" />
15
 
16
<Resource name="resource/cas" auth="Container"
17
            type="java.util.Properties"
18
            factory="br.gov.al.saude.srv.web.util.PropertiesFactory"
19
            url_sca="https://mcz002:8181/sca-web/" url_redirect_logout="index.jsp" app_server_and_port="mcz002:8181" cas_server_and_port="mcz002:8443"/>
20
 
21
<Resource name="resource/scgModal" auth="Container"
22
            type="java.util.Properties"
23
            factory="br.gov.al.saude.srv.web.util.PropertiesFactory"
24
            url_scg_cadastro_pessoa="https://mcz002:8181/scg-web/paginas/pessoa_gerenciador.xhtml?display=block" 
25
            url_scg_rest="http://mcz002:8080/scgrest/" />
26
</Context>