Should I move to jakarta-log4j-1.2.7 from 1.1.3?

2002-10-19 Thread Zsolt Koppany
Hi, I have been using 1.1.3 for a long time. Is it worth it to move to 1.2.7? What are the advantages? Zsolt -- To unsubscribe, e-mail: For additional commands, e-mail:

Log4j and Weblogic6.1

2002-10-19 Thread Arun Jannela
Hi ALL, I want to use log4j in my application where my Appserver is weblogic 6.1 sp2. 1) where should I place my log4j.lcf file and where should I keep log4j1.2.6.jar file. 2)Do I need to mention in the classpath(jar and confic file)? 3) If any one have sample code please pass it to me. Regards

Re: java.net.MalformedURLException: no protocol: log4j.dtd

2002-10-19 Thread Jacob Kjome
I'm not positive this is the reason for your issue, but there have been some recent bugs reported on Log4j and Tomcat about problems using the Xerces-2.2.0 XML parser. You may want to try using the Xerces-2.1 or 2.0.2 parser and see if your problem goes away. Jake At 07:17 PM 10/18/2002 -07

Re: Questions re multiple configurations, multiple log files

2002-10-19 Thread Jacob Kjome
Thanks Don, Yes, that definitely does help. It is nice to know what design has worked for someone else. I'll try to implement this in Tomat. I remember that someone suggested a standard Log4jInit servlet be included in the Log4j package since so many people need it. Might I suggest the sam