Author: kkolinko Date: Tue Nov 26 21:06:35 2013 New Revision: 1545836 URL: http://svn.apache.org/r1545836 Log: Merged r1545832 from tomcat/trunk: Correct a typo in documentation: a network interface name is not a boolean option. (Reviewing r1498342 )
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1545832 Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml?rev=1545836&r1=1545835&r2=1545836&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml Tue Nov 26 21:06:35 2013 @@ -436,8 +436,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org