I want to be able to view log files on web page and want to know what
the options are for dynamically updating the log output without
having to refresh the page. Basically have it behave like
"tail -f some.log".
I tried a java applet to display the log output from a TCP stream and
it works nicely, but then I discovered that the latest MS browers
don't come with java support and I prefer to do this without making
the user install any extra plugins. Hmmm.
Any ideas?
the options are for dynamically updating the log output without
having to refresh the page. Basically have it behave like
"tail -f some.log".
I tried a java applet to display the log output from a TCP stream and
it works nicely, but then I discovered that the latest MS browers
don't come with java support and I prefer to do this without making
the user install any extra plugins. Hmmm.
Any ideas?
Comment