0 Replies Latest reply on Apr 13, 2005 10:02 AM by robr

    invalid console appender config detected, console stream is

    robr

      I am trying to run a war file called cdmanagersample.war. It is a war file that was created for use while reading through a book called "The Struts Framework".

      I move the cdmanagersample.war file to the deploy folder and start JBOSS. JBOSS hangs with this error message in the console.

      invalid console appender config detected, console stream is looping

      I know the problem is caused by both JBOSS and the war file being set up to use Log4j. I tried disabling Log4.j in both JBOSS and in the war file. Neither one worked.

      To disable log4j in JBOSS i commented out the contents of the file log4j.xml in the default/conf folder. To disable log4j in the war file I tried pretty much the same thing.

      Every attempt had problems. Anybody have any ideas on this?

      Thanks for your time.