I have been searching the web for a while for a Java web application that can be used to "tail" on any arbitrary file on the file system. The most important requirement would be to have the app to stream back the file changes so that I don't have to refresh (like the stuff you can easily do with node.js).
I can quickly write one myself but the streaming requirement is not trivial. Also, the app should be deployable in a Java app server.
Any pointer?
Thanks
Ok, so I followed @Liv suggestion and I have built the thing myself. It's the fruit of a couple of hours of coding, so don't expect much.
I have tested it on Tomcat and Jetty. Check out the README file.