Skip to content

tgarabedyan/TomcatLogViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomcat® Formatted Log Viewer

This is a simple, yet nice-to-have log viewer web-app for Apache Tomcat Server. It simplifies browsing of the Tomcat logs, adding appropriate formatting and split content by logical parts.
Filter content of the log folder, combining common names and then available dates.

The current version (1.2) assumes that:
  • you didn't change log's formatting valve in server.xml file of your Tomcat server, and
  • log files are all located under log subfolder of CATALINA_BASE dir
Tested with Tomcat 9, but may works with any version if underlying JDK is 1.8+.

Sources are provided for free, if someone needs to modify the formatters or add new own features.