Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 607 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 607 Bytes

tclogview

This is a simple webapp that allows viewing log files from inside tomcat. To use it:

  • Build with “mvn package”
  • Copy target/tclogview.war into your $CATALINA_BASE/webapps directory.
  • Ensure that you have a user with the tclogview role in $CATALINA_BASE/conf/tomcat-users.xml. e.g.
     <role rolename="tclogview"/>
     <user username="chip" password="lumberjack" roles="tclogview"/>
    

Original blog post

This code is licensed under the new BSD licence. See LICENCE.txt for details.