RE: Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-27 Thread sivamma
, Sivamma. Bender Heri wrote: Your Implementation of repository selector is quite useless, because your distinction criteria relies on the current classloader. Log4j's default repository selector does this already for you. It is a singleton within the scope of one distinct classloader

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-26 Thread sivamma
; } } } = Can you please tell me whats wrong with the code.Is there any other way to handle this?. Thanks Regards, Sivamma. Search the mailing list archives. I have never used them -- I am just somewhat familiar with what they do. -- View this message in context: http

RE: Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-26 Thread sivamma
(abc) side only.I have already sent our log4j config file.I am new to log4j also.Please let me know if something can be done in our log4j config file. Can you please explain me how can i handle repository selectors for this problem.I am not able to find good examples also. Thanks Regards, Sivamma

Urgent Please--How to create different log files with different property files in same webapplication

2007-06-25 Thread sivamma
into webapps/xyz/WEB-INF/logs/abc.log Can you please tell me how can get logs only from my applicaiton(may not be from my application..only from my classes). Its little urgent. Thanks in advacne. Regards, Sivamma. -- View this message in context: http://www.nabble.com/Urgent-Please--How

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-25 Thread sivamma
is using Weblogic Application server). Is there way to get separate the logs in a same application with different log4j configuration property files. Thanks Regards, Sivamma James Stauffer wrote: If xyz and abc are different web apps then moving log4j.jar and log4j.xml from common to WEB

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-25 Thread sivamma
); } } = Thanks Regards, Sivamma. James Stauffer wrote: How exactly is log4j configured from abc and xyz? Directly through code? Code referencing a config file? log4j automatically finding a config file? On 6/25/07, sivamma [EMAIL PROTECTED

Re: Urgent Please--How to create different log files with different property files in same webapplication

2007-06-25 Thread sivamma
Can you please explain me more.How to implement repository selectors.Please send me some examples. I tried to find in FAQs and some docs.But its not clear to me. Thanks Regards, Sivamma. So does only your customer have the problem of mixed logs? It sounds like they just need to change