RE: log4j in jboss

2004-01-30 Thread Roger Tucker
immediate problem is solved. Roger -Original Message- From: Robert Augustyn [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 8:44 AM To: 'Log4J Users List'; [EMAIL PROTECTED] Subject: RE: log4j in jboss I am not sure but I think that you should not try to write dir

RE: log4j in jboss

2004-01-30 Thread Robert Augustyn
I am not sure but I think that you should not try to write directly to the file system from j2ee. I do not think that your configuration file is used by jboss. Use jboss log4j.xml configuration it works great. -Original Message- From: Roger Tucker [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: log4j in jboss

2004-01-30 Thread Christian Hufgard
Hi Roger, first of all, did you put the log4j.jar into WEB-INF/lib? Otherwise your webapps would use the log4j instance that was created for jboss. I think that calling PropertyConfigurator.configure(prop) after log4j has been configured once will not reconfigure it. Also you do not have configure