Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 72783 invoked from network); 8 Jun 2007 12:05:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 12:05:04 -0000 Received: (qmail 90709 invoked by uid 500); 8 Jun 2007 12:04:58 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 90610 invoked by uid 500); 8 Jun 2007 12:04:57 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 90567 invoked by uid 99); 8 Jun 2007 12:04:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 05:04:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 05:04:52 -0700 Received: (qmail 31762 invoked from network); 8 Jun 2007 07:01:03 -0500 Received: from unknown (HELO ?192.168.2.2?) (195.216.52.112) by halosg.com with SMTP; 8 Jun 2007 07:01:03 -0500 Message-ID: <466945A8.9000709@hanik.com> Date: Fri, 08 Jun 2007 14:03:52 +0200 From: Filip Hanik - Dev Lists User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Tomcat Developers List CC: tomcat-dev@jakarta.apache.org Subject: Re: svn commit: r544401 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java webapps/docs/changelog.xml webapps/docs/monitoring.xml References: <20070605061915.0A3C41A981A@eris.apache.org> In-Reply-To: <20070605061915.0A3C41A981A@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm gonna pull out your changes Peter, I was supposed to tag, but this stuff doesn't build. We're building Tomcat 5.5 using JDK 1.4.2 (that was the requirement passed down to me) and this class uses JDK 1.5 imports RMI SSL factory stuff. Filip pero@apache.org wrote: > Author: pero > Date: Mon Jun 4 23:19:13 2007 > New Revision: 544401 > > URL: http://svn.apache.org/viewvc?view=rev&rev=544401 > Log: > Add JMXAdaptorLifecycleListener to start JMX Connector with fix naming and data port. > This feature is needed to have stable remote access as your local firewall is activ. > > Added: > tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java (with props) > Modified: > tomcat/container/tc5.5.x/webapps/docs/changelog.xml > tomcat/container/tc5.5.x/webapps/docs/monitoring.xml > > Added: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java > URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java?view=auto&rev=544401 > ============================================================================== > --- tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java (added) > +++ tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java Mon Jun 4 23:19:13 2007 > @@ -0,0 +1,355 @@ > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org