Hi all, I am using JBoss + ServiceMix. Plus, I use log4j to log events.
I use SpringJBIContainer in order to build JBI components. So, each component is stored in a separate .jar (.zip) I should log different events from each module in a separate log file. Such as: JBIcomponent1.log JBIcomponent2.log JBIcomponent3.log I have no idea of how to use log4j.properties in this case. Should I embed log4j.properties in each jar(zip) ? Or should I edit JBoss system log4j.xml ? Any ideas? Thanks in advance. Regards, Maxim
