Skip to content
showaid edited this page Mar 19, 2013 · 5 revisions

Description

LogView is a simple web-application whose purpose is to enable watching logfiles on servers. It is basically a development tool. It can be used for debugging and tracing problems. It's not recommended to be installed permanently on production environments (with its default configuration). It may however, be installed or activated for specific tracing purposes.

LogViewWeb is based on Open Source project logview-web hosted on google code.

How to run

This application can be a normal web application but also an executable war. You can build this application using maven and deploy it to the web application server or run it directly.

Prerequisite

  • Java 1.6 or above
  • System port : 7000, 7777

build

mvn install

run (as an executable war)

java -jar LogViewWeb-{Version}.war jetty.xml

Features

Basic features

Please refer this page.

Changed features(from original ver.)

  • Change encoding(UTF-8)
  • Change default line to view : 25 -> 50
  • Change Request method to get file key : GET -> POST
  • Remove modifying property menu

Added features

  • View whole log file
  • Executable war(embedded jetty)

Planned features

  • Configurable Smart Add log
  • Paging(Previous, next)
  • Directory Listing
  • File download
  • Ban viewing whole file if the file is too large