Use my log4j under jboss 6

后端 未结 3 773
独厮守ぢ
独厮守ぢ 2020-12-30 13:23

I want to deploy my web application on JBOSS6. The applicaation itself works, but the logging doens\'t. I use log4j and have added a jboss-deployment-structure.xml to my war

3条回答
  •  天涯浪人
    2020-12-30 14:15

    It means it is not loading your log4j.xml. Something wrong with the xml file location or issue with the class loader finding this log4j.xml.

提交回复
热议问题