You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/06/05 22:19:52 UTC

DO NOT REPLY [Bug 45144] using JDBC Data Sources freezes tomcat for some minutes

https://issues.apache.org/bugzilla/show_bug.cgi?id=45144





--- Comment #1 from Clóvis Wichoski <cl...@gmail.com>  2008-06-05 13:19:51 PST ---
This is how the Resource is configured:

<Resource name="jdbc/conces_primary"
              auth="Container"
              type="javax.sql.DataSource"
              username="DBUSER"
              password="secret"
              driverClassName="com.sap.dbtech.jdbc.DriverSapDB"
              url="jdbc:sapdb://dbserver/DBNAME"
              maxActive="300"
              maxIdle="15"
              validationQuery="SELECT NOW() FROM DBA.DUAL"
              minEvictableIdleTimeMillis="1800000"
              testOnBorrow="true"
              timeBetweenEvictionRunsMillis="900000"
              numTestsPerEvictionRun="15"
              initialSize="3"/>


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org