my logging mechanism on this "kicked in" again at some point today, but a couple of things: all of a sudden, I've got a connection pool leak. I'll troubleshoot that separately from this issue, though quite honestly I'm not sure how it suddenly occurred, but I believe I can fix that....although what is one of the ideal monitoring tools? Lamda Probe? If that's helpful for this and anyone can confirm please do. Aside from that, there appears to be some latency in my logging...in other words, the errors getting logged seem to be substantially buffered then written to the log (not in real time) maybe hours later after an exception. I know this because I've purposely gone in and thrown or forced one so that I could see it in the logs. Is it possible my loggings jar file has gotten corrupted? My development environment will log an exception in real time. Any thoughts? Thanks!
-----Original Message----- From: Propes, Barry L [GCG-NAOT] Sent: Friday, March 28, 2008 4:23 PM To: 'Tomcat Users List' Subject: TC 4.1.36 stopped logging not sure why, but my main log file that logs exceptions for some reason looks like the examples log file...my connections monitoring tool shows about 25 connections, which really shouldn't be happening at all (theoretically). Not sure why that is happening, either, though it's tough to tell when the log files aren't capturing anything. my server.xml file looks like this: <Context path="/changectrl" docBase="changectrl" debug="0" reloadable="false" crossContext="true" useNaming="true"> <Logger className="org.apache.catalina.logger.FileLogger" prefix="localhost_DBTest_log." suffix=".txt" timestamp="true"/> keep in mind, I'm not in 5.x or 6.x so the path and docBase are ok, but still. It's been working fine prior to now....maybe a little spotty now and then, with regards to some latency in the connections growing and an exception occurring that would match it. Any ideas? Thanks! Barry Propes CitiFinancial Mortgage - Workflow Enhancements Group 972-657-1128