Tomcat DBCP Logging

2013-03-06 Thread Rahul Somasunderam
Hi, I'm running Tomcat 7.0.23. I've got a question about configuring the logging of DBCP Failures. I've go this in my context xml file. When the username and password are correct, I have no trouble connecting and my application works as expected. However when this is wrong, I get no in

Re: Tomcat DBCP Logging

2013-03-06 Thread Daniel Mikusa
On Mar 6, 2013, at 1:49 PM, Rahul Somasunderam wrote: > Hi, > > I'm running Tomcat 7.0.23. This is getting pretty old, you might want to consider upgrading. > I've got a question about configuring the logging of DBCP Failures. > > I've go this in my context xml file. > > > name="jd

Re: Tomcat DBCP Logging

2013-03-06 Thread Rahul Somasunderam
On Mar 6, 2013, at 11:26 AM, Daniel Mikusa wrote: > On Mar 6, 2013, at 1:49 PM, Rahul Somasunderam wrote: > >> Hi, >> >> I'm running Tomcat 7.0.23. > > This is getting pretty old, you might want to consider upgrading. I will, but I don't think this has to do much with tomcat being old. I thi

Re: Tomcat DBCP Logging

2013-03-06 Thread Daniel Mikusa
On Mar 6, 2013, at 5:07 PM, Rahul Somasunderam wrote: > > On Mar 6, 2013, at 11:26 AM, Daniel Mikusa wrote: > >> On Mar 6, 2013, at 1:49 PM, Rahul Somasunderam wrote: >> >>> Hi, >>> >>> I'm running Tomcat 7.0.23. >> >> This is getting pretty old, you might want to consider upgrading. > > I

Re: Tomcat DBCP Logging

2013-03-06 Thread Rahul Somasunderam
Thanks Dan, The initialSize brought the logs into my catalina.out. R, rahul On Mar 6, 2013, at 2:21 PM, Daniel Mikusa wrote: > On Mar 6, 2013, at 5:07 PM, Rahul Somasunderam wrote: > >> >> On Mar 6, 2013, at 11:26 AM, Daniel Mikusa wrote: >> >>> On Mar 6, 2013, at 1:49 PM, Rahul Somasunder

Re: Tomcat DBCP Logging

2013-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rahul, On 3/6/13 12:49 PM, Rahul Somasunderam wrote: > I'm running Tomcat 7.0.23. I've got a question about configuring > the logging of DBCP Failures. Echoing Daniel's suggestion: upgrade. > I've go this in my context xml file. > > The "path"