Yesterday I needed to make log4j load its configuration from a specific file outside the classpath. Sounds simple enough and according to the docs all you need to do is setup an environment variable called log4j.configuration. The tricky part, which is easy to miss, is that the path needs to be given as a URI, … Continue reading