Hello,
I have setup Log4jConfigListener in my web.xml and it works fine, however, if I redeploy the web app without restarting the server then log4j shuts down and does not reinitialize. If I remove the Log4jConfigListener from my web.xml then everything works fine.
I am using JBoss 4.2.3-GA as the app server. I notice that when I am not using the config listener then I do not see any output that Log4J was shutdown, so perhaps the issue is that the web app is shutting down JBoss's log4j LogManager.
Is there a way to configure it properly, or should I avoid using Log4jConfigListener in development?