1 Reply Latest reply on Aug 21, 2004 1:18 PM by balteo

    ClassLoader issue

    vivkap01

      Hi
      I am using JBoss 3.2.3. It seems JBoss is not picking resources from the WEB-INF/classes of my war file. For example I have log4j.properties under WEB-INF/classes of my war file, it is not picking this file.
      Jboss has its own log4j.xml, so If I put my applications settings in this log4j.xml it works, because Jboss can read this file.

      I tried setting the Java2ClassLoadingCompliance and UseJBossWebLoader in jboss-service.xml of tomcat to false, it still did not work.

      The same war file works with weblogic, tomcat and orion.

      Any ideas?

      --Viv