Re: commons-logging problem

2009-10-09 Thread Konstantin Kolinko
ut in JAVA_OPTS or in CATALINA_OPTS? > Thanks. > -- > View this message in context: > http://www.nabble.com/commons-logging-problem-tp21736872p25816008.html - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

RE: commons-logging problem

2009-10-08 Thread niaouli
Hi, Can you just tell me, please, if the option -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES should be put in JAVA_OPTS or in CATALINA_OPTS? Thanks. -- View this message in context: http://www.nabble.com/commons-logging-problem-tp21736872p25816008.html Sent from the

Re: commons-logging problem

2009-01-31 Thread John Holman
Certainly putting commons-logging and log4j in the container's common/lib directory is the documented configuration. However this does not allow application-level logging for libraries used by the application like digester or spring that themselves use commons logging. The application log messa

Re: commons-logging problem

2009-01-30 Thread Gregor Schneider
On Fri, Jan 30, 2009 at 8:33 PM, Rusty Wright wrote: > Does that work reliably now? I was under the impression that it caused > problems, but that may have been with a previous version of tomcat. That's > why I asked my "where else" question; I was wondering if that's what he was > thinking of.

Re: commons-logging problem

2009-01-30 Thread Rusty Wright
Does that work reliably now? I was under the impression that it caused problems, but that may have been with a previous version of tomcat. That's why I asked my "where else" question; I was wondering if that's what he was thinking of. Gregor Schneider wrote: On Fri, Jan 30, 2009 at 7:45 PM,

Re: commons-logging problem

2009-01-30 Thread Gregor Schneider
On Fri, Jan 30, 2009 at 7:45 PM, Rusty Wright wrote: > John Holman wrote: >> >> Also is it a supported configuration to use commons-logging and log4j in >> WEB-INF/lib? > > Where else would you put them? > i.e. ${CATALINA_HOME}/common/lib Saves the hazzle to put them into each webapp. Rgds Gre

Re: commons-logging problem

2009-01-30 Thread Rusty Wright
John Holman wrote: Also is it a supported configuration to use commons-logging and log4j in WEB-INF/lib? Where else would you put them? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-m

RE: commons-logging problem

2009-01-29 Thread Caldarale, Charles R
> From: John Holman [mailto:j.g.hol...@qmul.ac.uk] > Subject: Re: commons-logging problem > > Doing this does make me a bit nervous though, as we've had > problems with PermGen memory exhaustion in the past. I think your nervousness is quite justified. > is it worth

Re: commons-logging problem

2009-01-29 Thread John Holman
uk] Subject: commons-logging problem When packaged as a war file this combination reliably produces the exception shown below in the Tomcat console under the following circumstances: This is likely the result of a fix to prevent PermGen from filling up after some number of webapp redeplo

RE: commons-logging problem

2009-01-29 Thread Caldarale, Charles R
> From: John Holman [mailto:j.g.hol...@qmul.ac.uk] > Subject: commons-logging problem > > When packaged as a war file this combination reliably produces the > exception shown below in the Tomcat console under the following > circumstances: This is likely the result of a fix

commons-logging problem

2009-01-29 Thread John Holman
I have a web application running in Tomcat 5.5.27 with JDK 1.5.0_16-b02 on Windows XP SP3. log4j-1.2.15.jar and commons-logging-1.1.1.jar are installed in WEB-INF/lib and there is a context.xml file in META-INF. When packaged as a war file this combination reliably produces the exception shown be