Files

18 lines
728 B
XML
Raw Permalink Normal View History

2026-05-06 14:57:03 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path="/BrittonReportServer">
<Resource auth="Container"
driverClassName="net.sourceforge.jtds.jdbc.Driver"
factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
logAbandoned="true"
maxActive="100"
maxIdle="20"
maxWait="50"
2026-06-23 08:14:48 -04:00
name="jdbc/Baclight"
2026-05-06 14:57:03 -04:00
password="BSTIBOY"
removeAbandonedTimeout="60"
type="javax.sql.DataSource"
2026-06-23 08:14:48 -04:00
url="jdbc:jtds:sqlserver://10.41.82.73:1433/Baclight"
2026-05-06 14:57:03 -04:00
username="BSTI"
validationQuery="select 1"/>
</Context>