Re: ERROR in log4j 1.2.6

2002-10-13 Thread Tom Kasikci
- Original Message - From: Eduardo Issao Ito [EMAIL PROTECTED] To: Log4J Users List [EMAIL PROTECTED] Sent: Friday, October 11, 2002 8:34 PM Subject: Re: ERROR in log4j 1.2.6 Yes. Is it unsafe to be used, or only with log4j? But I've made some changes to the program and the error

Re: Newbie help

2002-10-13 Thread Kwok Peng Tuck
Ok, I got my servlet working with the jsp taglib to output the logs. Many thanks to Muller, sk k for the help. I did see the manual but didn't notice it probably due to my cold medication :) . But there is another question, in the properties file, there is the statement

Re: Newbie help

2002-10-13 Thread Jacob Kjome
What I did was use a dynamic variable which is expected to be set at runtime. However, I use an xml config file. Not sure if you can do this with a properties file Anway, I set up my FileAppender with something like this: appender name=A2 class=org.apache.log4j.FileAppender param name=File

Re: Newbie help

2002-10-13 Thread Kwok Peng Tuck
Ah so you use the servlet context to obtain the path. Are you using the xml file to configure log4j, didn't know one could do that. Anyway your sample will help me one way or the other. Thanks. Will try it soon. Jacob Kjome wrote: What I did was use a dynamic variable which is expected to