AW: Getting "Could not find root logger information" but I don't see why

2011-06-06 Thread Stadelmann Josef
: RE: Getting "Could not find root logger information" but I don't see why > -Original Message- > From: Jacob Kjome [mailto:h...@visi.com] > Sent: Thursday, May 26, 2011 9:35 AM > To: Log4J Users List > Subject: Re: Getting "Could not find root logger

RE: Getting "Could not find root logger information" but I don't see why

2011-05-26 Thread KARR, DAVID (ATTSI)
> -Original Message- > From: Jacob Kjome [mailto:h...@visi.com] > Sent: Thursday, May 26, 2011 2:15 PM > To: Log4J Users List > Subject: Re: Getting "Could not find root logger information" but I > don't see why > > > >Due to some other con

Re: Getting "Could not find root logger information" but I don't see why

2011-05-26 Thread Jacob Kjome
Due to some other constraints, I appear to be forced to have my log4j.jar at both the EAR and WAR classpath level.  In my WebLogic config, I'm doing everything I can to make it "prefer" the jars in the webapp. If you are using Weblogic 9.2+, then you may be able to use a FilteringClassLoa

RE: Getting "Could not find root logger information" but I don't see why

2011-05-26 Thread KARR, DAVID (ATTSI)
> -Original Message- > From: Jacob Kjome [mailto:h...@visi.com] > Sent: Thursday, May 26, 2011 9:35 AM > To: Log4J Users List > Subject: Re: Getting "Could not find root logger information" but I > don't see why > > Is that a literal path? &g

Re: Getting "Could not find root logger information" but I don't see why

2011-05-26 Thread Jacob Kjome
Is that a literal path? "...\my.ear\my.war\WEB-INF/log4j.xml" First, it's invalid since it has 3 periods, rather than 1 or 2.  Second, your slashes are inconsistent.  If you want to be agnostic to the OS, just always use forward slashes ("/"), which will work under both Unix and Windows in

RE: Getting "Could not find root logger information" but I don't see why

2011-05-26 Thread KARR, DAVID (ATTSI)
> -Original Message- > From: KARR, DAVID (ATTSI) > Sent: Wednesday, May 25, 2011 6:28 PM > To: log4j-user@logging.apache.org > Subject: Getting "Could not find root logger information" but I don't > see why > > Using log4j 1.2.16 in WebLogic 10.3.2

Getting "Could not find root logger information" but I don't see why

2011-05-25 Thread KARR, DAVID (ATTSI)
Using log4j 1.2.16 in WebLogic 10.3.2. While my app is starting up, I'm seeing the following message: Log4JInitServlet is initializing log4j Initializing log4j with: ...\my.ear\my.war\WEB-INF/log4j.xml log4j: Could not find root logger information. Is this OK? This is the log4j.xml file it's rea