<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
hi david, <br>
<br>
this is not a bug. it happens when there is no log4j.properties in the
classpath. putting this:<br>
<br>
<font face="Courier New, Courier, monospace"># Set root logger level to
DEBUG and its only appender to A1.</font><br>
<font face="Courier New, Courier, monospace">log4j.rootLogger=INFO, A1</font><br>
<font face="Courier New, Courier, monospace"><br>
# A1 is set to be a ConsoleAppender.</font><br>
<font face="Courier New, Courier, monospace">log4j.appender.A1=org.apache.log4j.ConsoleAppender</font><br>
<br>
<br>
in ${tomcat}/common/classes/log4j.properties will solve it. but you
might want to look into this a bit more and find out how to configure
log4j a bit more precisely. it really is quite powerful (and useful)<br>
<br>
.rm<br>
<br>
<br>
<br>
<br>
<blockquote cite="mid1158585394.5501.26.camel@localhost" type="cite">
  <pre wrap="">Hi, it happened to me too, I have read that this issue is a bug of the
commons-logging.jar.
Try with the 1.1 release.

  </pre>
</blockquote>
<br>
<br>
<blockquote cite="mid1158585394.5501.26.camel@localhost" type="cite">
  <pre wrap="">El dom, 17-09-2006 a las 00:48 +0000, 阿 森纳 escribió:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all:

I have rebuild opencms6.2.1 in eclipse and got a war file. I deployed it in 
Tomcat webapps.
and it works fine except the only problem: each time I start the Tomcat , 
it gives a warn message that is "No appenders could be found for logger 
<org.apache.commons.digester.Digester.sax>. Please initialize the log4j 
system correctly."

Could somebody tell me what that is? 

thanks!!
 
etiger99

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。  <a class="moz-txt-link-freetext" href="http://www.hotmail.com">http://www.hotmail.com</a>  


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>
    </pre>
  </blockquote>
</blockquote>
<br>
</body>
</html>