4 Replies Latest reply on Sep 18, 2002 5:53 AM by bruyeron

    log4j Jboss 3.0.2 repeating

    peteclark3

      I'm running Jboss 3.0.2/Jetty. I have a stateful session EJB that uses log4j. The bean itself and each helper class does a BasicConfiguration.configure() in each constructor, each has private static Logger logger = Logger.getLogger("name");

      When I run jboss, it seems that two of every message is being logged. Then when I run my servlet, which calls the bean which instantiates these helper classes. I get several of each message logged. What am I doing wrong?

      Thanks