Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
slaskawi committed Sep 25, 2014
1 parent a20f01c commit 8e87065
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
jmx-console
Port of old JBoss AS 5 JMX Console to Wildfly
===========

Port of old jmx console
# Introduction

In JBoss AS 5 we had a web-based JMX console installed by default. It was placed in /jmx-console context. In JBoss 7
and above (for example Wildfly) this console has been removed.

This project contains ported old JMX console which can be started in AS7 and Wildfly.

# Alternatives

There are a couple of alternative tools:
* JConsole
* JVisualVM
* [Howt.io](http://hawt.io/)
* [JBoss RHQ](https://docs.jboss.org/author/display/RHQ/Home)

# Repository layout

This repository contains 2 projects:
* jmx-console WAR modules
* Integration tests

# How to install

It's really easy - just copy war into JBoss AS7/Wildfly deployment directory and you're done. Note that security is
turned on by default. It will use `ApplicationRealm` with `jmx-console` role.



0 comments on commit 8e87065

Please sign in to comment.