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.
       </li>
       </ol>
  +    <b>Note:</b>The JSR 160 JMX-Adaptor opens a second data protocol port. 
That is a problem
  +    when you have installed a local firewall.<br/>
       </p>
       <p>Activate JMX MX4J Http Adaptor with Java 1.4:
       <ol>
  @@ -425,12 +427,12 @@
       failonerror="false"
       name="Catalina:type=Cluster,host=${tomcat.application.host}"
       resultproperty="cluster"
  -/>
  +/&gt;
   &lt;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" /&gt;
   </source>
   </p>  
   
  @@ -608,7 +610,7 @@
           operation="getSessionAttribute"
           resultproperty="hello"&gt;
            &lt;arg value="${sessionid.0}"/&gt;
  -         &lt;arg value="Hello"/&gt;
  +         &lt;arg value="Hello" /&gt;
    &lt;/jmx:invoke&gt;
   </source>
   </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to