I tried to follow this tutorial in order to install and use log4j
in my application, but it seems like this tutorial is outdated.
First of all, contrary to this, on the official page there are no apache-log4j-x.x.x.tar.gz files, instead there are apache-log4j-x.x.x-bin.tar.gz and apache-log4j-x.x.x-src.tar.gz.
So, I downloaded both archives, but their contents has nothing to do with
apache-log4j-1.2.15/tests/input/
apache-log4j-1.2.15/tests/input/xml/
apache-log4j-1.2.15/tests/src/
apache-log4j-1.2.15/tests/src/java/
apache-log4j-1.2.15/tests/src/java/org/
....
And finally, the tutorial is addressing log4j.properties file, however, nothing is said about where it is stored or should it be created manually and so on. I hope, someone can provide a fresher tutorial. Thanks!