Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 19496 invoked from network); 1 Sep 2003 21:34:36 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Sep 2003 21:34:36 -0000 Received: (qmail 40923 invoked by uid 500); 1 Sep 2003 21:34:12 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 40795 invoked by uid 500); 1 Sep 2003 21:34:09 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 40764 invoked from network); 1 Sep 2003 21:34:09 -0000 Received: from unknown (HELO www.princetongames.org) (66.250.40.202) by daedalus.apache.org with SMTP; 1 Sep 2003 21:34:09 -0000 Received: from localhost (ammulder@localhost) by www.princetongames.org (8.11.6/8.11.6) with ESMTP id h81KsE904610 for ; Mon, 1 Sep 2003 16:54:14 -0400 X-Authentication-Warning: www.princetongames.org: ammulder owned process doing -bs Date: Mon, 1 Sep 2003 16:54:14 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@www.princetongames.org To: geronimo-dev@incubator.apache.org Subject: RE: [newbie] JMX Console - where to start? In-Reply-To: <001201c370cf$6f75fb10$75493d80@mkurjano> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Twiddle is the command line framework I'm referring to. If you look at o.a.g.command.StartCommand (in the core module), you'll see how to construct a command to tke advantage of it. But perhaps it would be best to step back a sec and start at the top. Shall we start a Wiki page on the topic, and assemble a list of what functions we think the JMX console should have? It might help to talk through the functionality we're going for, and then see what that suggests when it comes to the implementation. Aaron On Mon, 1 Sep 2003, Matt Kurjanowicz wrote: > As far as which angle (command line, web, etc.), I'm interested in any > of those. Is Twiddle what you are talking about on the command line? > > Expanding the Tomcat code sounds like a really interesting idea, but I'm > not familiar with the code behind it. > > I am not completely familiar with JMX and JSR -77 and -88, but I am > definitely willing to learn. To be completely honest, I'm really new at > J2EE stuff, but have lots of time and willingness to learn, so I've been > playing around with different J2EE components, but nothing spectacular > so far.