-
Notifications
You must be signed in to change notification settings - Fork 0
Home
showaid edited this page Mar 19, 2013
·
5 revisions
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.
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.
- Java 1.6 or above
- System port : 7000, 7777
mvn install
java -jar LogViewWeb-{Version}.war jetty.xml
Please refer this page.
- Change encoding(UTF-8)
- Change default line to view : 25 -> 50
- Change Request method to get file key : GET -> POST
- Remove modifying property menu
- View whole log file
- Executable war(embedded jetty)
- Configurable Smart Add log
- Paging(Previous, next)
- Directory Listing
- File download
- Ban viewing whole file if the file is too large