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 Sep 6, 2017 · 37 revisions

Stompee

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. Stompee is not meant to replace your log file, but rather assist you to easily look at certain parts of the log file online. Stompee can not handle the load of a very busy log file, so make sure to select the correct logger and level.

The stompee-core library is published to maven central and artefacts is available in Nexus OSS

In your pom.xml:

 <!-- Stompee -->
 <dependency>
        <groupId>com.github.phillip-kruger</groupId>
        <artifactId>stompee-core</artifactId>
        <version>1.1.3</version>
        <scope>runtime</scope>
 </dependency>

You can then go to the stompee ui :

http://localhost:8080/your-application-context/stompee/

Default settings

You can set the default logger to use, and the level to set when you start the output. You do this by including a file named stompee.properties in /src/main/resources/. Example:

logger=com.github.phillipkruger.stompee.example
level=FINEST

Security

Stompee does not have it's own security. You should secure the the /stompee context within your own security model.

Application Servers

Stompee has been tested using the following Java EE 7 application servers:

Screenshots

Blog post

Also read this blog entry for an overview

build_status

A web log viewer for Jave EE. [email protected]


Follow me

Clone this wiki locally