| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Context>
- <WatchedResource>WEB-INF/web.xml</WatchedResource>
- <WatchedResource>WEB-INF/tomcat-web.xml</WatchedResource>
- <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
- <!--
- <Resource auth="Container"
- defaultAutoCommit="false"
- description="Label Database"
- driverClassName="core.log.jdbc.driver.Mssql2005Driver"
- factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
- type="javax.sql.DataSource"
- initialSize="1"
- maxActive="1"
- maxIdle="1"
- maxWait="10000"
- minIdle="1"
- numTestsPerEvictionRun="5"
- name="jdbc/tsDs"
- url="jdbc:sqlserver://175.117.86.36:1433"
- username="fsoft"
- password="fsoft"
- testWhileIdle="true"
- validationInterval="60000"
- validationQuery="SELECT 1"
- />
- -->
-
- <Resource auth="Container"
- defaultAutoCommit="false"
- description="Label Database"
- driverClassName="net.sf.log4jdbc.sql.jdbcapi.DriverSpy"
- factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
- type="javax.sql.DataSource"
- initialSize="1"
- maxActive="1"
- maxIdle="1"
- maxWait="10000"
- minIdle="1"
- numTestsPerEvictionRun="5"
- name="jdbc/tsDs"
- url="jdbc:log4jdbc:sqlserver://175.117.86.36:1433"
- username="fsoft"
- password="fsoft"
- testWhileIdle="true"
- validationInterval="60000"
- validationQuery="SELECT 1"
- />
-
- </Context>
|