Author: ebourg Date: Tue Apr 3 12:38:38 2018 New Revision: 1828227 URL: http://svn.apache.org/viewvc?rev=1828227&view=rev Log: No longer mention Java 5 in the clustering howto since the version required to run Tomcat is now higher
Modified: tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml?rev=1828227&r1=1828226&r2=1828227&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml Tue Apr 3 12:38:38 2018 @@ -148,7 +148,6 @@ should be completed:</p> <a href="balancer-howto.html">Load Balancing</a> chapter.</p> <p>Note: Remember that your session state is tracked by a cookie, so your URL must look the same from the out side otherwise, a new session will be created.</p> -<p>Note: Clustering support currently requires the JDK version 1.5 or later.</p> <p>The Cluster module uses the Tomcat JULI logging framework, so you can configure logging through the regular logging.properties file. To track messages, you can enable logging on the key: <code>org.apache.catalina.tribes.MESSAGES</code></p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org