Re: Logging into clustered enviroment

2009-11-20 Thread Jorge Medina
No, you don't want two -or more processes- writing to the same file. You have several options: a) Aggregate on demand. Keeps the log files independent, but only merge them when needed. b) Send the log records over the network to one or more logging servers This will merge your logs on the f

Logging into clustered enviroment

2009-11-20 Thread Aleksandar Stoisavljevic
Hi all, I am preparing myself for my first commercial application in clustered Tomcat environment. One of requests that I have is to allow exposing logs that happened on either TomcatA or TomcatB aggregated in single report. TomcatA and TomcatB are behind Apache Server and load balancing should b