Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Romain Manni-Bucau
Camel, Apache OpenEJB, Apache Tomcat, Jetty, JBoss and Fuse Fabric TomEE (almost or basically) = OpenEJB, tomcat, ActiveMQ, etc... So, my question is...has anyone written or aware of a blog to use hawtio...to see all your tomee /java/ stuff? :) [1] http://hawt.io/

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Howard W. Smith, Jr.
+1 On Thu, Nov 7, 2013 at 5:53 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: added an agent plugin to push tomee stateless stat + validation state of datasource not that sure which GUI plugin are needed ATM

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread John D. Ament
Actually, since hawt.io is simply using jolokia, any mbeans deployed to the same JVM will be returned to the client. It's simply a matter of building an angular.js UI that consumes the JSON and processes the data. On Thu, Nov 7, 2013 at 6:40 AM, Howard W. Smith, Jr. smithh032...@gmail.com

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Howard W. Smith, Jr.
interesting. thanks John! On Thu, Nov 7, 2013 at 7:01 AM, John D. Ament john.d.am...@gmail.comwrote: Actually, since hawt.io is simply using jolokia, any mbeans deployed to the same JVM will be returned to the client. It's simply a matter of building an angular.js UI that consumes the JSON

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Romain Manni-Bucau
well, before working on [monitoring] and launching sirona I evaluated hawtio. It is really nice but has big drawbacks which are blocking to be usable for me (I don't say it is a bad solution, just it doesn't fit my needs): 1) it is not Java (well the solutions are working but not entreprise

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Howard W. Smith, Jr.
+1 Romain, thanks. On Thu, Nov 7, 2013 at 7:30 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: well, before working on [monitoring] and launching sirona I evaluated hawtio. It is really nice but has big drawbacks which are blocking to be usable for me (I don't say it is a bad solution,

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Thiago Veronezi
Out of curiosity, you can use the webaccess* to see some of that stuff via jmx. You just need to open the console and execute... // Groovy code // import java.lang.management.ManagementFactory def server =

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Romain Manni-Bucau
Hehe, the code is in sirona. You have the JMX local tree + you can see attributes and invoke basic operations. here is the server part https://svn.apache.org/repos/asf/incubator/sirona/trunk/server/reporting/src/main/java/org/apache/sirona/reporting/web/plugin/jmx/JMXEndpoints.java . Views are

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Howard W. Smith, Jr.
+1 Thiago and Romain, good stuff! On Thu, Nov 7, 2013 at 9:21 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hehe, the code is in sirona. You have the JMX local tree + you can see attributes and invoke basic operations. here is the server part

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Thiago Veronezi
Cool... txk! :) I was playing a little bit here. If you want to see the attributes values, execute... //*** import java.lang.management.ManagementFactory def server = ManagementFactory.getPlatformMBeanServer() def beans =

Re: hawtio to see all your tomee /java/ stuff

2013-11-07 Thread Romain Manni-Bucau
I used it for years if it can help: public static void main(String[] a) throws Exception { if (a.length != 2) { System.out.println(put the objectname name as parameter: program host port); return; } JMXServiceURL url = new

hawtio to see all your tomee /java/ stuff

2013-11-05 Thread Howard W. Smith, Jr.
Tomcat, Jetty, JBoss and Fuse Fabric TomEE (almost or basically) = OpenEJB, tomcat, ActiveMQ, etc... So, my question is...has anyone written or aware of a blog to use hawtio...to see all your tomee /java/ stuff? :) [1] http://hawt.io/

Re: hawtio to see all your tomee /java/ stuff

2013-11-05 Thread Romain Manni-Bucau
, health, JMX, OSGi, Apache ActiveMQ, Apache Camel, Apache OpenEJB, Apache Tomcat, Jetty, JBoss and Fuse Fabric TomEE (almost or basically) = OpenEJB, tomcat, ActiveMQ, etc... So, my question is...has anyone written or aware of a blog to use hawtio...to see all your tomee /java/ stuff