We talked about javamelody before hacking on it but it is different cause storage is pluggable (memory is implemented) and gui is designed as extensible (not really in jm). It integrates with cdi too (not jm.AFAIK).
The main points are IMO easyness of extensibility (hawtio failed about it IMHO), default features and integration with Apache products (I hope TomEE will rely on it very soon) Le 26 août 2013 22:59, "Larry Shatzer, Jr." <lar...@gmail.com> a écrit : > I like that Tomcat ships with a manager application bundled with it. If you > need more functionality, you can look at psi probe > https://code.google.com/p/psi-probe/, or write your own application that > wraps the RESTish interface that the manager application provides. > > I just wish the default manager application was easier to theme, or tweak a > few things. I resorted to a servlet filter at my $JOB to color a few things > depending on the environment you are on (test vs prod, etc), along with a > few other things. > > Commons Monitoring looks similar to https://code.google.com/p/javamelody/. > > -- Larry > > > > On Mon, Aug 26, 2013 at 2:16 PM, Romain Manni-Bucau > <rmannibu...@gmail.com>wrote: > > > Hi > > > > i wonder for some times if tomcat GUI couldn't be externalized in another > > project. To be concrete i'm thinking to commons-monitoring (or the > project > > which will replace it in incubator if we move it over incubator) > > > > Here is the current doc: > > http://commons.apache.org/sandbox/commons-monitoring/ > > > > Some screenshots are on this page: > > http://commons.apache.org/sandbox/commons-monitoring/reporting.html > > > > The gui is designed to be pluggable and i think tomcat could just be a > > plugin. > > > > It is still a young project (in sandbox) but all tomcat webapps features > > can go easily inside and all Apache projects could extend it to get > > something finally more consistent. > > > > wdyt? > > > > *Romain Manni-Bucau* > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* > > *Blog: **http://rmannibucau.wordpress.com/*< > > http://rmannibucau.wordpress.com/> > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* > > *Github: https://github.com/rmannibucau* > > > > > > > > 2013/8/26 Larry Shatzer, Jr. <lar...@gmail.com> > > > > > I was playing around with making the manager page look a bit more > modern. > > > (I see bug 55383, which is kinda related)... > > > > > > I whipped up a proof of concept with a static HTML page, using > > Bootstrap. I > > > put it up on github, if anyone wanted to take a look: > > > https://github.com/larrys/tomcat-manager-bootstrap > > > > > > I'm not a bootstrap/css guy, and just copied an example bootstrap > > template, > > > and some of the areas on the page need a bit of work. I just wanted to > > get > > > a quick proof of concept, and solicet feedback before I spent a lot of > > time > > > on it. > > > > > > I was also wondering if there was a reason why the manager servlet has > > the > > > HTML inlined in the Java code, instead of using JSPs? > > > > > > -- Larry > > > > > >