Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
Phillip Kruger edited this page May 28, 2017 · 37 revisions

Stompee

A web log viewer for Jave EE.


Quick Start

Stompee allows you to view the log file online. All you need to do is include the stompee jar in your war file.

In your pom.xml:

 <!-- Stompee -->
 <dependency>
     <groupId>com.phillipkruger.library</groupId>
     <artifactId>stompee</artifactId>
     <version>1.0-SNAPSHOT</version>
     <scope>runtime</scope>
 </dependency>

build_status

A web log viewer for Jave EE. stompee@phillip-kruger.com


Follow me

Clone this wiki locally