2 Replies Latest reply on Feb 28, 2005 9:33 AM by k_s_ashok

    log4j configuration file?

    k_s_ashok

      Under which folder log4j configuration file is located in the JBoss 3.2.3's Source?

        • 1. Re:  log4j configuration file?
          darranl

          Can you please stop posting so many different threads relating to one problem, this must be about your fith thread for the same problem.

          Go back to your first post and describe properly what you have done to encounter the problem, what are the details of your environment? OS? JDK version?

          In some of your other posts you have mentioned that you have changed code, did you get JBoss to compile before you changed the code?

          • 2. Re:  log4j configuration file?
            k_s_ashok

            My environment is Redhat Linux and jdk 1.3
            JBoss was compiled properly before changing the code.

            i am getting the following warnings, because i tried to add log4j's
            PropertyConfigurator.configure("/src/resources/log4j.properties");
            logger.info("Testing");
            static Logger logger = Logger.getLogger(hai.class);

            i set the following things in the CLASSPATH also
            /../jboss-3.2.3-src/thirdparty/apache/log4j/lib/log4j.jar:/.../jboss-3.2.3-src/messaging/output/classes/

            Warnings
            compile-mbean-sources:
            [jmxdoclet] log4j:WARN No appenders could be found for logger (xdoclet.util.Translator.getString).
            [jmxdoclet] log4j:WARN Please initialize the log4j system properly.