Re: Tomcat Logging Jarhell

2012-03-14 Thread Christopher Gross
Correct -- a typo. WEB-INF/classes -- Chris On Wed, Mar 14, 2012 at 10:20 AM, Mark Thomas wrote: > On 14/03/2012 14:04, Christopher Gross wrote: >> After reverting -- all but one of my logs are working correctly.  Each >> web app has a log4j jar and the commons logging jars in its >> WEB-INF/

Re: Tomcat Logging Jarhell

2012-03-14 Thread Mark Thomas
On 14/03/2012 14:04, Christopher Gross wrote: > After reverting -- all but one of my logs are working correctly. Each > web app has a log4j jar and the commons logging jars in its > WEB-INF/lib, and a log4j.properties in the WEB-INF/class. I didn't > change that file at all. > > Any ideas as to

Re: Tomcat Logging Jarhell

2012-03-14 Thread Christopher Gross
After reverting -- all but one of my logs are working correctly. Each web app has a log4j jar and the commons logging jars in its WEB-INF/lib, and a log4j.properties in the WEB-INF/class. I didn't change that file at all. Any ideas as to why the one set of log files aren't being written to? --

Re: Tomcat Logging Jarhell

2012-03-14 Thread Christopher Gross
That section just gives some basic info, but nothing that tries to help with what I'm doing. I'm well aware what the directories are for. There are a lot of libraries that my apps have in common, and because of the nature of the project, I need to try to conserve space. By moving jars to a share

Re: Tomcat Logging Jarhell

2012-03-13 Thread Konstantin Kolinko
2012/3/13 Christopher Gross : > Hi all. > >  I'm trying to utilize the common/lib and shared/lib directories on > Tomcat 5.5.25.  I have a few separate apps that were each using many > of the same JAR files, so I have been moving them down to shared & > common lib (DB stuff went to common/lib, the

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
> Yahoo!, Inc. > >> -Original Message- >> From: Christopher Gross [mailto:cogr...@gmail.com] >> Sent: Tuesday, March 13, 2012 1:01 PM >> To: Tomcat Users List >> Subject: Re: Tomcat Logging Jarhell >> >> http://publib.boulde

RE: Tomcat Logging Jarhell

2012-03-13 Thread Allen Reese
app. --Allen Yahoo!, Inc. > -Original Message- > From: Christopher Gross [mailto:cogr...@gmail.com] > Sent: Tuesday, March 13, 2012 1:01 PM > To: Tomcat Users List > Subject: Re: Tomcat Logging Jarhell > > http://publib.boulder.ibm.com/infocenter/initiate

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
http://publib.boulder.ibm.com/infocenter/initiate/v9r5/index.jsp?topic=%2Fcom.ibm.inspinstall.doc%2Ftopics%2Ft_inspinstall_configuring_log4j_logging_apachetomcat.html Having the logging items in the shared/lib means that the shared/classes needs to have a log4j.properties file. I dropped one of m

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
Allen -- Is there something in particular that your users need to do for the common logging? Any changes in the file or the setup of their web app? An example of the log4j.properties file from a WEB-INF/classes dir: log4j.appender.A1=org.apache.log4j.DailyRollingFileAppender log4j.appender.A1.la

RE: Tomcat Logging Jarhell

2012-03-13 Thread Allen Reese
We have people exclude commons-logging, and log4j as our installation provides them for you in a common lib dir. --Allen Reese Yahoo!, Inc. > -Original Message- > From: Christopher Gross [mailto:cogr...@gmail.com] > Sent: Tuesday, March 13, 2012 12:41 PM > To: Tomcat Users List > Subject