sorry, this turned into a hijack. In http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16357
there is mention of configuring logging.properties in JRE 1.4.x's lib directory. Which would be for java.util.logging, not commons-logging. So configuring commons-logging is the preferred way? Where would I place the commons-logging config file? In /common/classes ? > -----Original Message----- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2003 8:57 AM > To: Tomcat Users List > Subject: RE: How to roll over catalina.out? > > > > Howdy, > > >You said: > >OTOH - After the startup message - nothing really should be > written to > >it without making an effort to do so. So only badly written > code which > uses > >System.out/err will be the victim. > > > >Here's an example of what apx. 70% of my catalina.out file contains: > >5189887 [Thread-14] INFO common.ChannelSocket - connection timeout > >reached 5201847 [Thread-10] INFO common.ChannelSocket - connection > >timeout reached > >5216537 [Thread-8] INFO common.ChannelSocket - connection timeout > >reached > >5228577 [Thread-14] INFO common.ChannelSocket - connection timeout > >reached > >5228677 [Thread-10] INFO common.ChannelSocket - connection timeout > >reached > >5236557 [Thread-28] INFO common.ChannelSocket - connection timeout > >reached > > As the messages themselves say, they're INFO-level, not a > warning or error. You can disable these by adding a > commons-logging configuration file to tomcat. > > >and on , and on with the occasional 'broken pipe' stack > trace. I guess > >the jk connector is badly coded ? > > I wouldn't say it's badly coded. > > Yoav Shapira > > > > This e-mail, including any attachments, is a confidential > business communication, and may contain information that is > confidential, proprietary and/or privileged. This e-mail is > intended only for the individual(s) to whom it is addressed, > and may not be saved, copied, printed, disclosed or used by > anyone else. If you are not the(an) intended recipient, > please immediately delete this e-mail from your computer > system and notify the sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
