Open source tomcat log viewer
        Posted  
        
            by Ari
        on Server Fault
        
        See other posts from Server Fault
        
            or by Ari
        
        
        
        Published on 2009-12-22T18:30:08Z
        Indexed on 
            2010/04/07
            22:03 UTC
        
        
        Read the original article
        Hit count: 771
        
I'm managing several tomcat instances (aprox 30-35) and looking for some console to centralize the logs. I tried php-syslog-ng before (no with tomcat), and found it useful. I would like that these software would have some of these features:
-Syntax highlight according to the severity of the exceptions. -Tree view for stack traces and nested exceptions.
Bonus point:
-Alarm when certain pattern is matched.
© Server Fault or respective owner