I searched the Internet for a while for a Java web application that can be used to tail on any arbitrary file in the file system. The most important requirement would be to have an application for streaming file changes, so I do not need to update (for example, stuff that you can easily do with node.js).
I can write quickly myself, but the requirement of streaming is not trivial. In addition, the application must be deployed to the Java application server.
Any pointer?
thanks
source share