yea, a simple
servlet to do a tail operation on a log file, such that refreshing the page would re-run the tail.
but that would mean deploying a servlet container, or other script engine, on the machine where the logs are, and woud require the URL to this log viewer probably be secure, and assume the machine with the logs is even on the network in a way that http requests on some off beaten path port to view logs on is possible. and another problem if the log file (e.g. apache) is used for the application and this log viewer
applet, then requests to view the logs will show up in the logs (what I call the 'fridge light problem').
but basically , in theory a general fie tailer might look like
and this could even be invoked from a
JSP page, or a servlet
it would be really cool to extend this into an ajax driven auto refresh mechanism.