XMLLayout

2004-07-30 Thread Philippe Waltregny
Hello, Sorry to bother you but is anybody able to help me? I'm trying to use log4j's XMLLayout. Here are my source codes: 1) log4j-events file 2) log4j.xml file ]> http://jakarta.apache.org/log4j/";;> &logEntity; Here is the result when I open the log4j.xml file

RE: XMLLayout

2004-07-30 Thread James Stauffer
You should be able to at least view the file in a text editor. James Stauffer -Original Message- From: Philippe Waltregny [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 3:40 AM To: [EMAIL PROTECTED] Subject: XMLLayout Hello, Sorry to bother you but is anybody able to help me?

RE: Failed to log message with log.error() !!!

2004-07-30 Thread Shapira, Yoav
Hi, A couple of pointers: >log4j.appender.A1.File=/WEB-INF/log/ejcourse.log Do you really have a /WEB-INF off your root directory? The above is an absolute reference, not relative to anything, so it's probably wrong. ># A1 Categories >log4j.category.com.echows=INFO,ERROR,DEBUG You only specif

Re: Where's the Tomcat log messages?

2004-07-30 Thread Ivan Aguirre
There's a Log4j1.2.8..jar on directories: CATALINA_HOME/common/classes (1) and WEB-INF/lib (2) There's a file Log4J.XML only on: WEB-INF/classes//etc (3) And I setup the classpath to look to (3), so I think this should be the reason why it picks the webapp Log4J.XML. More questio

Re: Where's the Tomcat log messages?

2004-07-30 Thread Jacob Kjome
Quoting Ivan Aguirre <[EMAIL PROTECTED]>: > There's a Log4j1.2.8..jar on directories: > > CATALINA_HOME/common/classes (1) You mean CATALINA_HOME/common/lib, right? > and > WEB-INF/lib (2) > > There's a file Log4J.XML only on: > WEB-INF/classes//etc (3) > You mean directly in the di