---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hello, We are having some problems regarding a ad-serving application we developed which logs its shown and clicked banners in a database -- namely, our Apache logs simply do not match what we are seeing in the database. We are suspecting that, since we only log shown/clicked banners after returning the banner data to the client's browser, perhaps the remote clients are closing the HTTP connections prematurely (i.e., by pressing their browser's stop buttons, for example). However, Apache *does* log the correct request reponse size entry in the access log, which puzzles us because if the servlets got an I/O exception for writing to a closed socket, Apache would then no longer be able to determine the size of the returned data. What I want to know is, does Apache *always* get the response from the servlet, or does a broken connection prevent it receiving the full data from JServ..? If it does not work that way, then we definitely have a problem in our software. If it does, however, then is there a way to check, using Apache access logs only, for broken client connections and verify that what we are seeing here is what we think it is..? Thanks for your time, and I hope not to have stated things in a more complicated way than they already are over here. =) Cheers, Ulisses Montenegro -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]