AW: AW: AW: log4j help pls

2004-11-03 Thread Dorner, Thomas
t.http.AxisServlet). log4j:WARN Please initialize the log4j system properly. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. November 2004 15:32 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: log4j help pls Hi Thomas, You do not need to have the

Re: AW: AW: log4j help pls

2004-11-03 Thread smcardle
OTECTED] > Gesendet: Mittwoch, 3. November 2004 14:19 > An: [EMAIL PROTECTED] > Betreff: Re: AW: log4j help pls > > Hi Thomas, > > > Your log4j properties file only needs to be located via the class path so in > > your case it should be put in the WEB-INF/classes

AW: log4j help pls

2004-11-03 Thread Dorner, Thomas
path name. log4j.appender.A2.File=${catalina.home}/logs/SystemSigner.log -Original Message- From: Dorner, Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 8:14 AM To: '[EMAIL PROTECTED]' Subject: AW: log4j help pls Hi Steve, Thank you for your fast reply! >

RE: AW: log4j help pls

2004-11-03 Thread Keith Hatton
I don't think you need the \\ escape syntax in an XML file. One backslash at a time should work. Keith -Original Message- From: Dorner, Thomas [mailto:[EMAIL PROTECTED] Sent: 03 November 2004 13:58 To: '[EMAIL PROTECTED]' Subject: AW: AW: log4j help pls Hi Steve,

AW: AW: log4j help pls

2004-11-03 Thread Dorner, Thomas
! :( Thanks Thomas PS: Thank you for your tip with config, you are right! -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. November 2004 14:19 An: [EMAIL PROTECTED] Betreff: Re: AW: log4j help pls Hi Thomas, Your log4j properties file

Re: AW: log4j help pls

2004-11-03 Thread smcardle
Hi Thomas, Your log4j properties file only needs to be located via the class path so in your case it should be put in the WEB-INF/classes directoy. Else you have specified a path somewhere (probably in a servlet property in your web.xml file) You should not be putting your context logging into

AW: log4j help pls

2004-11-03 Thread Dorner, Thomas
Hi Steve, Thank you for your fast reply! >If you are using from a WEB Context it will be a relative path from the >WEB-INF/ directory of your web context I have a Web-Application with the following path: C:\jakarta-tomcat-4.1.24\webapps\PDMWebConnector\WEB-INF\classes My log4j.config runs in: C