Re: Logging (Log4J) with Tomcat 4.1.x

2005-07-05 Thread Daniel Fanjul
No, you have to put each application log4j.xml in each WEB-INF/classes or WEB-INF/lib (in a jar) The first time you declare a Logger in your app, log4j.xml is searched in the ClassLoader; but, I don“t know why (maybe some log4j initialization static code), some log4j class is loaded by the Tomc

Re: Logging (Log4J) with Tomcat 4.1.x

2005-07-04 Thread Daniel Fanjul
log4j lib must bin in the Tomcat's common/lib 2005/7/4, Anoop kumar V <[EMAIL PROTECTED]>: > > A log4j mailing list might give u a more effective answer > > Try and change the appender to be ConsoleAppender (please check the > name) - see if the output displays on the tomcat console.Then

Re: Apache & Jakarta-Tomcat using very slow

2005-07-04 Thread Daniel Fanjul
It sounds a garbage collection problem. What VM are you using? What is the max memory assigned to the heap of the VM? What are the free/total memory? 2005/7/4, Lars Nielsen Lind <[EMAIL PROTECTED]>: > > It is the whole machine that hangs - it runs very slowly - and so does all > of the webpag