Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
/ WebTail Public archive

Barebones Java based tail -F for e.g. logfiles available via an URL

Notifications You must be signed in to change notification settings

stoerr/WebTail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebTail

This is a simplest possible implementation of tail -F for a file on the web : every 5 seconds it checks whether the content provided in an URL has grown in size and, if so, retrieves and prints the difference. Usable e.g. for log files available through an apache.

Usage: java -jar WebTail.jar url proxyhost proxyport The proxy arguments are optional.

Status: This is only a barebone implementation which I did since http://www.jibble.org/webtail/ failed me for some unknown reason. Feel free to extend. :-) GPL licence.

Hans-Peter Stoerr http://www.stoerr.net/

About

Barebones Java based tail -F for e.g. logfiles available via an URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages