0 Replies Latest reply on Sep 16, 2011 3:13 AM by ericmacau

    JBoss AS 7.0.1 log4j in EAR problem?

    ericmacau

      Hello,

       

       

      In JBoss6.1, I packaged an EAR as the ollowing structure:

       

      my.ear

         - META-INF

                    - application.xml

         - lib

              - log4j.jar

              - commons-logging.jar

              - mysql.jar

        - MyEJB.jar

        - MyWeb.war

        - log4j.xml

        - commons-logging.properties

       

       

       

       

      This EAR worked very fine in JBoss 6.1.

      But after deploy in JBoss7.0.1, it seems cannot load the log4j.xml and commons-logging.properties.

       

      Anything I did wrong? Please teach me!

       

       

      Best regards,
      Eric