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

2009-06-17 Thread Arrowx7
Abandoned="true" > > This will expire leaked connections and print out the stack trace from > where they were acquired. > > Filip > > Arrowx7 wrote: >> Using mysql JDBC driver. Somewhere in the appilcation, the connections >> are >>

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 clos

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 >> >> >> in the conf/tomc

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 in the conf/tomcat-users.conf When I try to execute a manager command, it asks me for the user/password using BASIC authentication. I put in me/tomcat click ok, and it asks me for the username/p