Subversion Repositories Integrator Subversion

Rev

Blame | 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/scsDS" auth="Container"
                  type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
                  url="jdbc:postgresql://localhost:5432/ses_rhd_dados" maxActive="20" maxIdle="10" maxWait="-1"  
                  username="sc_scs" password="sc_scs" />

<Resource name="jdbc/scgDS" auth="Container"
                  type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
                  url="jdbc:postgresql://localhost:5432/ses_rhd_dados" maxActive="20" maxIdle="10" maxWait="-1"  
                  username="sc_scg" password="sc_scg" />

<Resource name="resource/cas" auth="Container"
        type="java.util.Properties"
        factory="br.gov.al.saude.rhd.web.managebean.PropertiesFactory"
        url_redirect_logout="index.jsp" app_server_and_port="mcz008:8083" cas_server_and_port="mcz008:8448"
        url_sca="https://localhost:8083/rhd-web/"/>
       
<Resource name="resource/scgModal" auth="Container"
         type="java.util.Properties"
         factory="br.gov.al.saude.scs.web.managebean.util.PropertiesFactory"
         url_scg_cadastro_pessoa="https://mczsrvdev01:8181/scg-web/paginas/pessoa_gerenciador.xhtml?display=block"
         url_scg_rest="http://mczsrvdev01:8080/scgrest/" />
         
<Resource name="resource/wsi" auth="Container"
         type="java.util.Properties"
         factory="br.gov.al.saude.scs.web.managebean.util.PropertiesFactory"
         endereco.wsiserver="http://10.36.0.62:8080/wsiserver/rest" />

</Context>