On the commons list I got some pointers on how to integrate with Tomcat 8.5+ and TomEE. I’ve written the class that is required but am wondering where to put it. It could go in log4j-core, but that isn’t where we have been putting these things. It really shouldn’t go in log4j-web as users may not want that jar just to get the integration with log4j.
I am thinking a new module should be created for this - something like log4j-containers. If I do that does it belong in log4j2 or in log4j-tools, log4j-boot or some other repo? Ralph