AW: Load a log4j.xml located within a package - how?

2009-02-10 Thread Linnemann, Gerrit
Users List Betreff: AW: Load a log4j.xml located within a package - how? Maybe there exists indeed a file "C:\Programme\Mozilla Firefox\de\xyz\...\log4j.xml" which is found first by the classloader? Then try getResources() to get an enumeration of all resources found. Or try getSystemRe

AW: Load a log4j.xml located within a package - how?

2009-02-10 Thread Linnemann, Gerrit
xml located within a package - how? Maybe there exists indeed a file "C:\Programme\Mozilla Firefox\de\xyz\...\log4j.xml" which is found first by the classloader? Then try getResources() to get an enumeration of all resources found. Or try getSystemResource() of the classloader. Heri -

AW: Load a log4j.xml located within a package - how?

2009-02-10 Thread Bender Heri
Maybe there exists indeed a file "C:\Programme\Mozilla Firefox\de\xyz\...\log4j.xml" which is found first by the classloader? Then try getResources() to get an enumeration of all resources found. Or try getSystemResource() of the classloader. Heri -Ursprüngliche Nachricht- Von: Linnemann