RE: Logging done in the wrong files

2009-09-16 Thread S.Kannan
Thanks Brown for the reply. The following was the reply given by Bender Heri Your problem is a classloader issue. Keep in mind that the Logger-Universe which you initialize within your static method is globally the same within the same classloader. Annother classloader would initialize another lo

RE: Logging done in the wrong files

2009-09-12 Thread Matt Brown
Your mentions of EAR files make me wonder if the different "applications" are running in the same classloader - are they? Have you put log4j in a common classloader shared by both applications? This might explain what you are seeing - IIRC web containers like WebSphere set up hierarchal classl

Re: Logging done in the wrong files

2009-09-11 Thread Jacob Kjome
Please send questions to the user list.  The dev list is for development, not user questions.  Note that I've made the switch in my response and CC'd you to make sure you see my response. Are these all running in the same JVM?  Are you using standard classloading or specially configuring apps