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/rhdDS" auth="Container"
type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://10.82.252.6:5432/ses" maxActive="20" maxIdle="10" maxWait="-1"
username="sc_rhd" password="indr@homolog%sc_rhd#2012" />
-->
<Resource name="jdbc/rhdDS" auth="Container"
type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/ses_producao" maxActive="20" maxIdle="10" maxWait="-1"
username="sc_rhd" password="sc_rhd" />
<Resource name="jdbc/scgDS" auth="Container"
type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/ses_producao" maxActive="20" maxIdle="10" maxWait="-1"
username="sc_scg" password="sc_scg" />
<Resource name="resource/cas" auth="Container" factory="br.gov.al.saude.rhd.web.managebean.PropertiesFactory"
type="java.util.Properties" url_redirect_logout="index.jsp" app_server_and_port="mcz008:8181" cas_server_and_port="mcz008:8448"
url_sca="https://localhost:8181/rhd-web/"/>
<Resource name="resource/scgModal" auth="Container" type="java.util.Properties" factory="br.gov.al.saude.rhd.web.managebean.PropertiesFactory"
url_scg_cadastro_pessoa="https://mczsrvdev01:8181/scg-web/paginas/pessoa_gerenciador.xhtml?display=block"
url_scg_rest="http://mczsrvdev01:8080/scgrest/"/>
<!-- validationQuery="select sysdate from dual" -->
</Context>