Hi Olivier, Thanks for the advice. But I fixed the issue. I changed the doctype from:
<!DOCTYPE log4j:configuration SYSTEM "org/apache/log4j/xml/log4j.dtd"> to: <!DOCTYPE log4j:configuration PUBLIC "-//APACHE//DTD LOG4J 1.2//EN" "http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd"> and I no longer see the issue. As a matter of fact, my STS was also giving me a warning, which is what took me to find the fix. Let me know if you still want me to post an issue about it. Kind Regards, -- View this message in context: http://maven.40175.n5.nabble.com/log4j-issue-on-mvn-tomcat-run-tp5756259p5756532.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
