Hi all,
Wasnt sure about posting in the general Java forum as couldnt find a specific one for this problem.
When I startup Tomcat with my WAR file in place I get the following error message:
AbandonedObjectPool is used (org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool@1ec41c0)
LogAbandoned: true
RemoveAbandoned: true
RemoveAbandonedTimeout: 60
AbandonedObjectPool is used (org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool@a4be02)
LogAbandoned: true
RemoveAbandoned: true
RemoveAbandonedTimeout: 60
Could someone help me with this error as I am unable to find the problem - to clarify the error appears in the catalina logs on startup and once Tomcat is running there are no obvious issues with the deployed application.
Thanks for any suggestions...