Well I am using a Cocoon application and it is deployed on tomcat in the test environment and on Weblogic on the production environment. I would really like to have both configurations the same. I know the MySQL driver starts a thread monitoring JDBC threads and trminates long running operations. Does something like this exist for Informix? Is there a parameter I can add to the JDBC connection string?
Main Topics
Browse All Topics





by: tangchunfengPosted on 2009-07-13 at 03:44:41ID: 24838529
I found you use r.datasour ce.Abstrac tJdbcConne ction
org.apache.avalon.excalibu
to manage jdbcConnection,
maybe you can change to use jdbc connection pool managed by weblogic