Re: Log4j and Tomcat problem

2006-08-24 Thread zh rui
top logging to the file. I have to restart the webapp to make it start logging again. Anyone know what might cause that? -- View this message in context: http://www.nabble.com/Log4j-and-Tomcat-problem-tf2146529.html#a5960847 Sent from the Tomcat - User forum

Re: Log4j and Tomcat problem

2006-08-24 Thread pompiuses
in context: http://www.nabble.com/Log4j-and-Tomcat-problem-tf2146529.html#a5960847 Sent from the Tomcat - User forum at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Log4j and Tomcat problem

2006-08-23 Thread Propes, Barry L
ile(s)? Thanks. -Original Message- From: Lorenzo Jiménez [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 2:52 PM To: Tomcat Users List Subject: RE: Log4j and Tomcat problem Importance: High Also in order to work with log4j, you have to include this in the WEB-INF/classes dire

RE: Log4j and Tomcat problem

2006-08-23 Thread Lorenzo Jiménez
PM To: Tomcat Users List Subject: Re: Log4j and Tomcat problem pompiuses wrote: > I'm using Tomcat 5.0.30 running on Ubuntu Linux (6.06). > > I've made a small webapp which runs fine under Tomcat on Windows, but on > Linux I've got a problem with log4j. > > I

Re: Log4j and Tomcat problem

2006-08-23 Thread Lou Caudell
pompiuses wrote: I'm using Tomcat 5.0.30 running on Ubuntu Linux (6.06). I've made a small webapp which runs fine under Tomcat on Windows, but on Linux I've got a problem with log4j. I've put "commons-logging-1.1.jar" and "log4j-1.2.13.jar" in the webapp libs directory ($CATALINA_HOME/webapps/R

Re: Log4j and Tomcat problem

2006-08-22 Thread Boris Unckel
Original-Nachricht Datum: Tue, 22 Aug 2006 07:09:58 -0700 (PDT) Von: pompiuses <[EMAIL PROTECTED]> An: users@tomcat.apache.org Betreff: Log4j and Tomcat problem > > I'm using Tomcat 5.0.30 running on Ubuntu Linux (6.06). > > I've made a small

Log4j and Tomcat problem

2006-08-22 Thread pompiuses
classpath? Perhaps it's missing from the classpath? Perhaps using the ROOT directory for my webapp is a bad idea? Any comments and suggestions are welcome :-) -- View this message in context: http://www.nabble.com/Log4j-and-Tomcat-prob