Skip to content

happygiraffe/tclogview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A webapp for viewing tomcat's log files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages