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: log4j help pls

2004-11-03 Thread Wagle, Shriniwas
Sent: Wednesday, November 03, 2004 9:28 AM To: '[EMAIL PROTECTED]' Subject: AW: log4j help pls Hi Wagle, Thanks for your reply. Can you please explain me your example in detail? Where should I set the system property - do you mean I should set a environmen

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
nks Thomas -Ursprüngliche Nachricht- Von: Wagle, Shriniwas [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. November 2004 14:58 An: [EMAIL PROTECTED] Betreff: RE: log4j help pls The log4j properties file can handle system properties. So you can use something like below to specify a

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: log4j help pls

2004-11-03 Thread Wagle, Shriniwas
AM To: '[EMAIL PROTECTED]' Subject: AW: log4j help pls 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-tomca

Re: AW: log4j help pls

2004-11-03 Thread smcardle
og4j.config.xml was placed? > > Thanks > Thomas > > > > > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 3. November 2004 13:50 > An: [EMAIL PROTECTED] > Betreff: Re: log4j help pls > >

AW: log4j help pls

2004-11-03 Thread Dorner, Thomas
ml was placed? Thanks Thomas -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. November 2004 13:50 An: [EMAIL PROTECTED] Betreff: Re: log4j help pls The short answer is yes. Don't put the absolute path name just a relative path name

Re: log4j help pls

2004-11-03 Thread smcardle
The short answer is yes. Don't put the absolute path name just a relative path name. This has a affect depending on the context. If it is a stand alone application it will be a relative path from the directory in which you started the application. If you are using from a WEB Context it will be

log4j help pls

2004-11-03 Thread Dorner, Thomas
Hi all,   I am sorry for asking this non axis question, but I cant find a solution whenn googling.   I use log4j in my project and so I have the log4j.config.xml and therefore the appenders. The appender do have a attribute name="File" and a value="C:\\..\\..\\" with the absolute path,