Re: [Newbie] log4j.properties outside a jar

2002-05-14 Thread PradeepKumar_NB
hi Place the directory name in the class path. It will work fine. rgrds pradeep Slimane Zouggari <[EMAIL PROTECTED]> on 05/14/2002 09:31:08 AM Please respond to "Log4J Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Pradeep NB Kumar/India/KINDLE) Subject: [Newbie] lo

Re: jdbc appender problem

2002-05-14 Thread PradeepKumar_NB
Hi, I think you have not put the select statement in the file. put the sentence like this in the *.lcf file. log4j.appender.A2.layout.ConversionPattern=INSERT INTO CSEAUDITINFO (THREAD, MESSAGE) VALUES ('%t', '%m') You are getting error as main because. The logger outputs the first message