I'am trying to import a webapp using Log4J, and it declares a ConsoleAppender. I am running JBoss 3.2.5
I get this error during the initialisation "ERROR: invalid console appender config detected, console stream is looping" When I look in details, I see that System.out has been redirected to a "org.apache.tomcat.util.log.SystemLogHandler" which itself is redirected to a org.jboss.logging.util.LoggerStream. Then, what I can't figure out is that I have this cycle My Console Appender -> Tomcat Log Handler -> JBoss Log Stream -> My Console Appender !!! How can I get rid of this cycle cause I don't want JBoss to write in My Appender. Did anyone find a way to solve this problem ? Thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841538#3841538 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841538 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
