Re: Manager look and feel

2013-08-27 Thread Mark Thomas
On 26/08/2013 23:00, Caldarale, Charles R wrote: From: Larry Shatzer, Jr. [mailto:lar...@gmail.com] Subject: Re: Manager look and feel Maybe switching the manager application to use JSP for all presentation I don't think that should be done. Some sites may disable JSP capability

Manager look and feel

2013-08-26 Thread Larry Shatzer, Jr.
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:

Re: Manager look and feel

2013-08-26 Thread Romain Manni-Bucau
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/

Re: Manager look and feel

2013-08-26 Thread Andrew Carr
gui is looking good. If you need help on the commons monitoring project let me know, I have some spare time. On Mon, Aug 26, 2013 at 4:16 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hi i wonder for some times if tomcat GUI couldn't be externalized in another project. To be concrete

Re: Manager look and feel

2013-08-26 Thread Romain Manni-Bucau
It would need to be updated to bootstrap 3 (but using a custom bootstrap 2 theme it is not as easy as replacing files) and maybe some basic components (graphs etc, atm there is no component libs) Le 26 août 2013 22:44, Andrew Carr andrewlanec...@gmail.com a écrit : gui is looking good. If you

Re: Manager look and feel

2013-08-26 Thread Larry Shatzer, Jr.
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

Re: Manager look and feel

2013-08-26 Thread Romain Manni-Bucau
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),

Re: Manager look and feel

2013-08-26 Thread Henri Gomez
Commons Monitoring is more comparable to Yammer Metrics than Java Melody. psi-probe/lambda-probe due to GPL nature can't be bundled with Tomcat, Commons Monitoring could. 2013/8/26 Larry Shatzer, Jr. lar...@gmail.com I like that Tomcat ships with a manager application bundled with it. If

Re: Manager look and feel

2013-08-26 Thread Christopher Schultz
Larry, On 8/26/13 4:10 PM, Larry Shatzer, Jr. wrote: 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

Re: Manager look and feel

2013-08-26 Thread Larry Shatzer, Jr.
Christopher, On Mon, Aug 26, 2013 at 3:32 PM, Christopher Schultz ch...@christopherschultz.net wrote: Larry, On 8/26/13 4:10 PM, Larry Shatzer, Jr. wrote: I was playing around with making the manager page look a bit more modern. (I see bug 55383, which is kinda related)... I whipped

RE: Manager look and feel

2013-08-26 Thread Caldarale, Charles R
From: Larry Shatzer, Jr. [mailto:lar...@gmail.com] Subject: Re: Manager look and feel Maybe switching the manager application to use JSP for all presentation I don't think that should be done. Some sites may disable JSP capability, but still want to use the manager webapp. I suppose one

Re: Manager look and feel

2013-08-26 Thread Larry Shatzer, Jr.
On Mon, Aug 26, 2013 at 4:00 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Larry Shatzer, Jr. [mailto:lar...@gmail.com] Subject: Re: Manager look and feel Maybe switching the manager application to use JSP for all presentation I don't think that should be done. Some