/tclogview

A webapp for viewing tomcat's log files.

Primary LanguageJavaOtherNOASSERTION

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.