> As soon as I uncomment "<appender-ref ref="mail"/>" in the > example given > below, log4j is no longer picked up (by commons-logging). Is > there anything
if it's working otherwise then make sure that you have all needed libraries in your classpath (mail.jar, activation.jar) > wrong with the configuration? There is no error message or warning! my guess is that you are running in some app-server, because log4j would otherwise log to System.err which you would have seen. check if System.out/err go into some app-server-log --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
