How to read a web server log file in Java. This file is getting updated all the time. If I open a new FileInputStream, will it read the log real time?

Regards

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

Here is a solution based on RandomAccessFile:

http://www.informit.com/guides/content.aspx?g=java&seqNum=226

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.