Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 472 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 472 Bytes

JBoss Log Viewer

##About

Web App that tails and/or download a JBoss Server Log configured in org.jboss.boot.log.file param.

Getting the project up and running

Fork the code on github to a local branch for youself.

If you haven't already got Maven, install it now.

  1. From the root of your working copy, run this:

mvn clean install

  1. Deploy .\target\jboss-log.war in a JBoss Server.

Thanks, Felipe Crescencio