| Author |
Abandoned connections stack trace log
|
Fabio Piergentili
Ranch Hand
Joined: Sep 04, 2009
Posts: 57
|
|
I set logAbandoned="true" in context.xml file ( Database connection pool set up ) to get where the connections were not being closed but I see nothing in catalina.out. Does anyone know where the trace gets logged? My context file is
Thanks
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
I'm pretty sure that catalina.out is where they normally show up.
Although eliminating the possibility of orphaned connections is one reason why I adopted the Spring Framework. It takes care of such issues automatically (and reduces the amount of grunt coding).
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Fabio Piergentili
Ranch Hand
Joined: Sep 04, 2009
Posts: 57
|
|
ok, thank you for the advice. I am in the middle of grunt coding now. I will look into it.
Thanks again,
|
 |
 |
|
|
subject: Abandoned connections stack trace log
|
|
|