Re: Log4j and Tomcat problem

2006-08-24 Thread pompiuses
Found a solution: I had installed Tomcat through the Ubuntu Synaptic Package manager. It would seem this was not a healthy install, because I just uninstalled it and installed Tomcat 5.5 manually and everything worked perfectly. What the problem was I never figured out since the install was

Re: Log4j and Tomcat problem

2006-08-24 Thread zh rui
hi pompiuses if you don't use vi , instead of using tail -f ... On 8/24/06, pompiuses [EMAIL PROTECTED] wrote: Found a solution: I had installed Tomcat through the Ubuntu Synaptic Package manager. It would seem this was not a healthy install, because I just uninstalled it and

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

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've put commons-logging-1.1.jar and log4j

RE: Log4j and Tomcat problem

2006-08-23 Thread Propes, Barry L
)? 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 directory

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 webapp which runs fine under Tomcat on