Windows server 2 008 64 bit

2009-08-31 Thread thanikg
Dear All, I would like to know whether log4j 1.2.15 works/supported on a windows server 2008 OS. any official site link to know the same. Thanks, Thanik - Ovi Mail: Create an account directly from your phone http://mail.ovi.com

Re: reading python logging from chainsaw

2009-08-31 Thread Hari Krishna Dara
Thanks Scott. Is there a nightly binary build available somewhere? -- Hari On Sun, Aug 30, 2009 at 10:57 PM, Scott Deboy wrote: > I was able to load your events into the latest version of Chainsaw without > issues. > > I assume you're using the version available from the log4j web site (Web > St

Re: Events appear incorrect inside the wrong file

2009-08-31 Thread Markus Michel
Hi! Some minutes ago I solved the problem by myself: It seems like log4j is NOT completely thread-save. After synchronizing all log / trace methods using a separate object (synchronized(synObject) {} ) everything is working fine. Maybe the lib is writing the messages to a shared thread-unsafe

AW: Events appear incorrect inside the wrong file

2009-08-31 Thread Bender Heri
Maybe the PatternLayout is not threadsafe? Try to instantiate separate instances of PatternLayout for each Logger, or synchronize on the sole instance of PatternLayout. Heri PS: It is not quite clear who calls your log method the log-Event, and how looks the other log method which writes to the

Configure Chainsaw properties file by default

2009-08-31 Thread Moley Harey
Hi folks, I have implemented a configuration file to be used by Chainsaw and in that configuration file I have added my SocketReceiver. The first time I launch Chainsaw it prompts me to select the configuration file I want to load, I was wondering if there is any internal file in Chainsaw where I

Problems with Chainsaw launched using Java Web Start

2009-08-31 Thread Moley Harey
Hi folks, I installed Chainsaw in my Tomcat to be able to launch it remotely, I tested to launch Chainsaw using the remote url to access it and worked fine, Java Web Start can launch Chainsaw without problems, I can select my own config file that creates a new "SocketReceiver" to listen in port 44

Re: Using System prpoerties inside log4j.xml

2009-08-31 Thread JMan_JE
${..} actually work right away :-) Cheers, Johannes -- View this message in context: http://www.nabble.com/Using-System-prpoerties-inside-log4j.xml-tp25219373p25219405.html Sent from the Log4j - Users mailing list archive at Nabble.com.

Using System prpoerties inside log4j.xml

2009-08-31 Thread JMan_JE
Hello, i need to specify the location of a RollingFileAppender's logfiles by a System property. Is there anyway to do system property replacement inside the log4j.xml? I think of something like this: