Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 67549 invoked from network); 7 Jul 2004 16:07:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jul 2004 16:07:57 -0000 Received: (qmail 31981 invoked by uid 500); 7 Jul 2004 15:48:59 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 31551 invoked by uid 500); 7 Jul 2004 15:48:54 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 31063 invoked by uid 99); 7 Jul 2004 15:48:46 -0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 07 Jul 2004 08:48:46 -0700 Received: (qmail 42421 invoked from network); 7 Jul 2004 15:20:43 -0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by 127.0.0.1 with SMTP; 7 Jul 2004 15:20:43 -0000 Message-ID: <40EC14C7.1010607@apache.org> Date: Wed, 07 Jul 2004 17:20:39 +0200 From: Remy Maucherat User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: [5.next] Progress References: <40B9EDC6.3070002@apache.org> <40C9E2EC.1000206@apache.org> <40D89680.2090904@apache.org> <40D9C59C.9020501@apache.org> <00bc01c45951$3df8e000$3d37a8c0@bbarkerxp> <40D9D440.2080409@apache.org> <40E0B1CE.6010801@apache.org> <40E2BCC0.1030205@objektpark.de> <40E2C483.3060003@apache.org> <40EB03DA.8080605@ptc.com> <40EBA992.60505@apache.org> <40EC0E85.3060603@ptc.com> In-Reply-To: <40EC0E85.3060603@ptc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Rating: 127.0.0.1 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jess Holle wrote: > I'll play with this as I have time, but I'll be doing the same sort of > thing with our own app first. > > As I see it (and I could be offbase, of course, as I've not had time to > code this), one just needs a pluggable SPI sort of interface responsible > for: > > 1. A singleton get-or-create MBeanServer method > * Default to platform MBeanServer in 1.5, but allow use of > mx4j or the like > 2. An export MBeanServer for remote ops method > * Details, e.g. protocols, ports / port ranges, etc, to be > controlled by XML tags, of course > > Am I over-simplifying this? It's the exact opposite. With JDK 1.5, we need no pluggable something, no nothing. So this is why I really want to do that instead of bothering with more dead code. I'm ok with a special "JDK 1.4" package full of optional components being put together (assuming none of the new syntax gets used, of course), which could contain your listener and other JARs (like Xerces). R�my --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org