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/sicDS" auth="Container"
factory="org.apache.naming.factory.BeanFactory" type="com.mchange.v2.c3p0.ComboPooledDataSource"
driverClass="net.sourceforge.jtds.jdbc.Driver" jdbcUrl="jdbc:jtds:sqlserver://localhost:1433/fejal;autoReconnect=true"
user="sa" password="cesmac" minPoolSize="1" maxPoolSize="20" maxStatements="0" maxIdleTime="50"
idleConnectionTestPeriod="100" />
<!--
<Resource name="jdbc/sicDS" auth="Container"
factory="org.apache.naming.factory.BeanFactory" type="com.mchange.v2.c3p0.ComboPooledDataSource"
driverClass="net.sourceforge.jtds.jdbc.Driver" jdbcUrl="jdbc:jtds:sqlserver://seth:1433/fejal;autoReconnect=true"
user="admsic001" password="admsic001" minPoolSize="1" maxPoolSize="20" maxStatements="0" maxIdleTime="50"
idleConnectionTestPeriod="100" />
-->
<!--
<Resource name="resource/scaWS" auth="Container"
type="java.util.Properties"
factory="br.edu.cesmac.tomcat.resource.PropertiesFactory"
ws.url="http://localhost:8080/scaserver/rest"
ws.token="Ras8staP"/>
<Resource name="resource/scgWS" auth="Container"
type="java.util.Properties"
factory="br.edu.cesmac.tomcat.resource.PropertiesFactory"
ws.url="http://localhost:8080/scgserver/rest"
ws.token="Ras8staP"/>
-->
<!-- validationQuery="select sysdate from dual" -->
</Context>