I\'m getting an exception when I try to run my application (in eclipse) complaining about log4j.dtd. Am I meant to have a dtd file if I use the xml configuration for log4j?
Check your log4j.xml it must be looking for log4j.dtd Instead you can use:
Check your log4j.xml it must be looking for log4j.dtd
Instead you can use:
source