Hello,
I’m having a problem figuring out where to put my log4j.xml file in my enterprise app. I have a web application that I’ve converted to an EAR app, with several EJBs. In the web app, I just put my log4j.xml config file in a resource directory and indicated it as a source dir so it would be rolled to WEB-INF/classes, but now I need to use the configuration for the EJBs also. Where do I put it? I’ve tried several approaches, but nothing has worked. Is there a container-standard place where this file should go?