Is there any Java API to monitor more than one log file at a time. i.e.in TailerListener we are able to monitor a single log file.
Please let me know if ...
I am relatively new to Java, learning at job as intern. Have been tasked with one issue to resolve and need some guidance on best technique to implement it..
I need to ...
Howzit everyone. Long time no post for me. I've been given an odd project that I actually have no idea what the best solution for it is. Please could you guys give me hand here. Basically, we have lots of corba servers running on different machines, as well as web (tomcat) projects and some ejb's on glassfish. All of these apps ...
Hi, I need to read log file every hour to find an ERROR/Server logs, in my next hour I need to read new logs, which have appended to the file. I am using BefferedReader, Is this useful for this scenario? How Do I remember till which line I completed reading, from which line I need to start reading in my new ...