log4j in tomcat erroring -- dont know why

2005-02-18 Thread Brian McGovern
Hi. I've got tomcat up and running and have a log4j.properties file in my WEB-INF\classes directory. My servlets and jsps run fine. No errors. Stdout.log shows this on servlet execution and i have no idea why because the log4j log file is being populated just fine even though my stdout

Re: log4j in tomcat erroring -- dont know why

2005-02-18 Thread Edmon Begoli
Brian, Are you calling PropertyConfigurator explicitly anywhere in your code? Brian McGovern wrote: Hi. I've got tomcat up and running and have a log4j.properties file in my WEB-INF\classes directory. My servlets and jsps run fine. No errors. Stdout.log shows this on servlet execution and i

RE: log4j in tomcat erroring -- dont know why

2005-02-18 Thread Brian McGovern
, 2005 5:51 PM To: Tomcat Users List Subject: Re: log4j in tomcat erroring -- dont know why Brian, Are you calling PropertyConfigurator explicitly anywhere in your code? Brian McGovern wrote: Hi. I've got tomcat up and running and have a log4j.properties file in my WEB-INF\classes directory