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
I solved my problem doing the following: put jboss-deployment-structure.xml inside web\META-INF with the following in the file
And add this to the startup of the server: -Dorg.jboss.as.logging.per-deployment=false