You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nectar-u...@googlegroups.com
Hi Naveen,
I browsed through the net to see how we can keep log4j file common . See this thread http://www.coderanch.com/t/451967/open-source/Configuring-log-once-instead-every . We can also use commons-logging of apache rather than log4j directlty. Then we just have add log4j.properties into class path without going to configure anywhere. We will first try with log4j directly meant to say just remove DOMConfigurator and lets see is going to take from the class path. If it don't work then we will use commons-logging itself.