Details also here:
http://tomcat.10.n6.nabble.com/Discrepancy-between-Tomcat-s-connection-pool-and-tomcat-s-report-on-memory-leaks-td4686308.html

I am using Tomcat 7.0.25 in a Linux machine

I am using Tomcat's connection pool
(org.apache.tomcat.dbcp.dbcp.BasicDataSource). As database I am using
H2 as a file database.

The following entry is in server.xml

 <Resource name="jdbc_GENERIS_RS" auth="Container"
              type="javax.sql.DataSource"
              driverClassName="org.h2.Driver"
              url="jdbc:h2:file:/opt/en/repos/tomcat/webapps/
GeneralApplication/db/internaldatabase;SCHEMA=genericschema"
              username="root" password="sa"
              maxActive="20" maxIdle="10" maxWait="-1"
              />


And the following entry is under $TOMCAT_HOME/conf/context.xml

 <ResourceLink name="jdbc/GenericDataSource"
                global="jdbc_GENERIS_RS"
                type="javax.sql.DataSource"/>


If this info is not enough, I can send you a test sample.
How can I attach it?

On Apr 10, 10:01 pm, Thomas Mueller <[email protected]>
wrote:
> Hi,
>
> I would like to understand what the problem is, but could you provide
> the configuration you are using, and if possible a simple test case
> please? That would help a lot.
>
> Regards,
> Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to