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/srvDS" auth="Container"
type="javax.sql.DataSource" driverClassName="${env.jdbc.driverClassName}"
url="${env.jdbc.url}" maxActive="20" maxIdle="10" maxWait="-1"
username="${env.jdbc.username}" password="${env.jdbc.password}" />
<!-- validationQuery="select sysdate from dual" -->
<Resource name="jdbc/scgDS" auth="Container"
type="javax.sql.DataSource" driverClassName="${env.jdbc.driverClassName}"
url="${env.jdbc.url}" 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.srv.web.util.PropertiesFactory"
url_sca="https://mcz002:8181/sca-web/" url_redirect_logout="index.jsp" app_server_and_port="mcz002:8181" cas_server_and_port="mcz002:8443"/>
<Resource name="resource/scgModal" auth="Container"
type="java.util.Properties"
factory="br.gov.al.saude.srv.web.util.PropertiesFactory"
url_scg_cadastro_pessoa="https://mcz002:8181/scg-web/paginas/pessoa_gerenciador.xhtml?display=block"
url_scg_rest="http://mcz002:8080/scgrest/" />
</Context>