I'm able to use the CVS version of log4j with JBoss 3.0.7, configured to send events via MulticastAppender to Chainsaw v2. I replaced $jboss_home/lib/log4j-boot.jar with the 1.3 alpha jar (jar the chainsaw.jar with the alpha-log4j.jar if you want to be able to use an expression filter in the config file).
Trace level should show up as DEBUG. My log4j.xml is in $jboss_home/server/default/conf/log4j.xml Does that help? -----Original Message----- From: jerome moliere [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 8:08 AM To: [EMAIL PROTECTED] Subject: Log4J 1.3alpha (CVS) & JBOSS Hi all, does someone tried to configure the log4J CVS code with JBOSS (current release 3.2.3) ? Using traces in botrh JBOSS source code & Log4J it seems that there 's a strange problem with entity resolver (Log4jEntityResolver) providing systemID very curious (log4j.dtdlog4.dtd) & parsing failing because the classloader is unable to fetch the requested stream ? Any idea ? I tried to use the log4j PropertyConfigurator instead of the defauly DOMConfigurator but useless ...No more errors but no appenders setted excepted the console (because of the console redirections) Any clue welcome Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
