News

Your log4j.xml file should just be an ordinary one, with no references to any special jboss classes. However, it will have an appender with the specifc name for the log file for the application ...
1) Move the log4j.jar and log4j.xml into each application and have them all write to their own log files. (Bad because we wanted to keep that config out of the deployed app so it can be managed by ...