Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 45263 invoked from network); 21 Jul 2005 08:49:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jul 2005 08:49:56 -0000 Received: (qmail 91860 invoked by uid 500); 21 Jul 2005 08:49:47 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 91809 invoked by uid 500); 21 Jul 2005 08:49:47 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 91783 invoked by uid 500); 21 Jul 2005 08:49:47 -0000 Received: (qmail 91779 invoked by uid 99); 21 Jul 2005 08:49:46 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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.29) with SMTP; Thu, 21 Jul 2005 01:49:35 -0700 Received: (qmail 45180 invoked by uid 1923); 21 Jul 2005 08:49:33 -0000 Date: 21 Jul 2005 08:49:33 -0000 Message-ID: <20050721084933.45179.qmail@minotaur.apache.org> From: pero@apache.org To: jakarta-tomcat-catalina-cvs@apache.org Subject: cvs commit: jakarta-tomcat-catalina/webapps/docs monitoring.xml X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N pero 2005/07/21 01:49:33 Modified: webapps/docs monitoring.xml Log: Add a note for JSR 160 Connector from Sun and local firewall problems!! Revision Changes Path 1.4 +5 -3 jakarta-tomcat-catalina/webapps/docs/monitoring.xml Index: monitoring.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/monitoring.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- monitoring.xml 1 Jul 2005 16:52:19 -0000 1.3 +++ monitoring.xml 21 Jul 2005 08:49:32 -0000 1.4 @@ -61,6 +61,8 @@ other user! Remove all other users under windows to access this file. + Note:The JSR 160 JMX-Adaptor opens a second data protocol port. That is a problem + when you have installed a local firewall.

Activate JMX MX4J Http Adaptor with Java 1.4:

    @@ -425,12 +427,12 @@ failonerror="false" name="Catalina:type=Cluster,host=${tomcat.application.host}" resultproperty="cluster" -/> +/> <jmx:get name="Catalina:type=IDataSender,host=${tomcat.application.host},senderAddress=${cluster.backup.address},senderPort=${cluster.backup.port}" attribute="connected" resultproperty="datasender.connected" - if="cluster.0.name" /> + if="cluster.0.name" />

    @@ -608,7 +610,7 @@ operation="getSessionAttribute" resultproperty="hello"> <arg value="${sessionid.0}"/> - <arg value="Hello"/> + <arg value="Hello" /> </jmx:invoke>

    --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org