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

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 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 why

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 ma...@apache.org 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

Tomcat Logging Jarhell

2012-03-13 Thread 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 apache commons modules others went to

RE: Tomcat Logging Jarhell

2012-03-13 Thread Allen Reese
: Tomcat Logging Jarhell 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 apache

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
-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: Tomcat Logging Jarhell Hi all

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
:41 PM To: Tomcat Users List Subject: Tomcat Logging Jarhell 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

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/v9r5/index.jsp?topic

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
- 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/v9r5/index.jsp?topic= %2Fcom.ibm.inspinstall.doc%2Ftopics

Re: Tomcat Logging Jarhell

2012-03-13 Thread Konstantin Kolinko
2012/3/13 Christopher Gross cogr...@gmail.com: 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