1 Reply Latest reply on Sep 4, 2008 5:21 AM by ataylor

    application unable to find log4j.properties file in classpat

    ashok.kadam

      Hi,

      I am using following folder structure in my EAR.
      .EAR
      |
      log4j.properties
      log4j.jar
      myCustomJars.jar
      myWar.war
      myEjb.jar
      |META-INF
      jboss-web.xml
      application.xml

      Here from myCustomJars.jar I am trying to load log4j.properties. And there has been some problem. Log file is not generating. My class is not able to find log4j.prop in classpath. It searches in jboss-home/lib as it's default dir.

      Please suggest,

      -Ashok