Re: multiple JVMs writing to the same file

2007-07-31 Thread Thomas michelbach
homas On 7/31/07, James Stauffer <[EMAIL PROTECTED]> wrote: > > You can have each JVM send the events to a single separate JVM with > SocketAppenders. That single separate JVM would receive events from > all of the other JVMs and write them to a file. > > On 7/31/

multiple JVMs writing to the same file

2007-07-31 Thread Thomas michelbach
Hello, I'm using log4j in an environment with multiple jvms. I know that the best option for a central logging output, would be a database, but in this environment I don't have one. Now I use a different file for each jvm, but I need to consolidate them in one file. The best case would be to have