DBCP connection pool exhausted, can I trace borrowed connnections from pool?

2009-06-17 Thread Arrowx7
Using mysql JDBC driver. Somewhere in the appilcation, the connections are drawn from the DBCP pool, and never returned. I did dataSource.getNumActive() and dataSource.getNumIdle(). There are 2 idle connections, and 88 active connections. Somewhere in my web application a process does not

tomcat manager problem (newbie)

2007-05-16 Thread Arrowx7
Hello, I'm trying to run the tomcat manager, but it asks me for the username/password. I put in the role rolename=manager/ user username=me password=tomcat roles=manager/ in the conf/tomcat-users.conf When I try to execute a manager command, it asks me for the user/password using BASIC

RE: tomcat manager problem (newbie)

2007-05-16 Thread Arrowx7
actually I was editing the users file for the wrong tomcat instance, thank you! Caldarale, Charles R wrote: From: Arrowx7 [mailto:[EMAIL PROTECTED] Subject: tomcat manager problem (newbie) I put in the role rolename=manager/ user username=me password=tomcat roles=manager/ in the conf