> From: Mohit Anchlia [mailto:[EMAIL PROTECTED] > Subject: Re: Logging > > But I quite didn't understand what tomcat-juli.jar is > and how it will help with this issue.
The tomcat-juli.jar provides the APIs that core Tomcat code calls; in the standard distribution, this is a streamlined and renamed version of commons-logging. Building in the extras replaces the guts of tomcat-juli.jar with the full commons-logging, but still with the classes renamed to match what Tomcat code expects. You could look at at extra.xml to see how that's done. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]