0 Replies Latest reply on Jan 24, 2006 12:41 PM by udaydustin

    log4j.xml in .ejb3 files

    udaydustin

      I have 2 .ejb3 files A.ejb3 and B.ejb3, I am trying to log them in different files.
      I placed log4j.xml file in each of them(Let me know if this is not the right way), log is still written according to the log4j.xml in conf/log4j.xml

      Can anyone tell me how to configure the log4j.xml in regular .ejb3 file.
      I read the logging page in JBOSS it tells about war file only.
      In war files I could figure it out by placing in WEB-INF and calling a servlet.