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/sicDS" auth="Container" |
||
| 5 | factory="org.apache.naming.factory.BeanFactory" type="com.mchange.v2.c3p0.ComboPooledDataSource" |
||
| 6 | driverClass="net.sourceforge.jtds.jdbc.Driver" jdbcUrl="jdbc:jtds:sqlserver://localhost:1433/fejal;autoReconnect=true" |
||
| 7 | user="sa" password="cesmac" minPoolSize="1" maxPoolSize="20" maxStatements="0" maxIdleTime="50" |
||
| 8 | idleConnectionTestPeriod="100" /> |
||
| 9 | <!-- |
||
| 10 | <Resource name="jdbc/sicDS" auth="Container" |
||
| 11 | factory="org.apache.naming.factory.BeanFactory" type="com.mchange.v2.c3p0.ComboPooledDataSource" |
||
| 12 | driverClass="net.sourceforge.jtds.jdbc.Driver" jdbcUrl="jdbc:jtds:sqlserver://seth:1433/fejal;autoReconnect=true" |
||
| 13 | user="admsic001" password="admsic001" minPoolSize="1" maxPoolSize="20" maxStatements="0" maxIdleTime="50" |
||
| 14 | idleConnectionTestPeriod="100" /> |
||
| 15 | --> |
||
| 16 | <!-- |
||
| 17 | <Resource name="resource/scaWS" auth="Container" |
||
| 18 | type="java.util.Properties" |
||
| 19 | factory="br.edu.cesmac.tomcat.resource.PropertiesFactory" |
||
| 20 | ws.url="http://localhost:8080/scaserver/rest" |
||
| 21 | ws.token="Ras8staP"/> |
||
| 22 | |||
| 23 | <Resource name="resource/scgWS" auth="Container" |
||
| 24 | type="java.util.Properties" |
||
| 25 | factory="br.edu.cesmac.tomcat.resource.PropertiesFactory" |
||
| 26 | ws.url="http://localhost:8080/scgserver/rest" |
||
| 27 | ws.token="Ras8staP"/> |
||
| 28 | --> |
||
| 29 | |||
| 30 | |||
| 31 | |||
| 32 | <!-- validationQuery="select sysdate from dual" --> |
||
| 33 | </Context> |