All I want is for my Tomcat 6 to spit out some logs, and be default it's not. Does not have to be log4j.xml if it does not have to be, but I was under the assumption that logging changed for where we had to implement the setup I posted in my original link.
On Mon, Nov 24, 2008 at 2:33 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Subject: Re: Setup Logging for Tomcat 6 > > > > Copy the log4j jar file to WEB-INF/lib. Put it in > > ${catalina.home}/lib if you want all webapps to be able to > > see this file. > > You really don't want to put the log4j.jar into Tomcat's lib directory > unless you actually want all the webapps to *share* (not just "see") the > same logging complex. > > - 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] > >