You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/11/26 21:55:03 UTC

svn commit: r1545832 - /tomcat/trunk/webapps/docs/config/listeners.xml

Author: kkolinko
Date: Tue Nov 26 20:55:03 2013
New Revision: 1545832

URL: http://svn.apache.org/r1545832
Log:
Correct a typo in documentation: a network interface name is not a boolean option.
(Reviewing r1498342 )

Modified:
    tomcat/trunk/webapps/docs/config/listeners.xml

Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1545832&r1=1545831&r2=1545832&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Tue Nov 26 20:55:03 2013
@@ -420,8 +420,8 @@
       </attribute>
 
       <attribute name="rmiBindAddress" required="false">
-        <p>The address of the interface to be used by JMX/RMI server. Setting
-        this option to <code>true</code> is incompatible with setting the system
+        <p>The address of the interface to be used by JMX/RMI server.
+        This option is incompatible with setting the system
         property <code>com.sun.management.jmxremote.ssl</code> to
         <code>true</code>.</p>
       </attribute>



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