Where should I put the log4j.properties file?
I know it’s a bit late to answer this question, and maybe you already found the solution, but I’m posting the solution I found (after I googled a lot) so it may help a little: Put log4j.properties under WEB-INF\classes of the project as mentioned previously in this thread. Put log4j-xx.jar under WEB-INF\lib Test if log4j … Read more