using log4j, where does the configuration file go in my 'main' application?
- by Blankman
I have a java main application, and I want to use log4j.
I don't want to hard code my settings, so where do I put the log4j config file so my application can find it?