Hi all,
I have to write a java program which have to parse an Apache log. As the Apache log grows continuously throughout the day I would like the java program listens continuously any new record in the log so I can parse it at real time. (I don't want to start to parse the log everytime from the beginning).
Any suggestions ?
Thanks in advance
Lele