Author: yoavs Date: Sun Oct 16 15:57:42 2005 New Revision: 322521 URL: http://svn.apache.org/viewcvs?rev=322521&view=rev Log: Bugzilla 36866: http://issues.apache.org/bugzilla/show_bug.cgi?id=36866
Modified: tomcat/container/tc5.5.x/catalina/src/conf/server.xml tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/catalina/src/conf/server.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/catalina/src/conf/server.xml?rev=322521&r1=322520&r2=322521&view=diff ============================================================================== --- tomcat/container/tc5.5.x/catalina/src/conf/server.xml (original) +++ tomcat/container/tc5.5.x/catalina/src/conf/server.xml Sun Oct 16 15:57:42 2005 @@ -200,7 +200,7 @@ className = the fully qualified name of the cluster class - name = a descriptive name for your cluster, can be anything + clusterName = a descriptive name for your cluster, can be anything mcastAddr = the multicast address, has to be the same for all the nodes Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=322521&r1=322520&r2=322521&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Oct 16 15:57:42 2005 @@ -75,6 +75,9 @@ </subsection> <subsection name="Cluster"> <changelog> + <fix> + <bug>36866</bug>: Correct attribute name in conf/server.xml documentation for Cluster element. (yoavs) + </fix> </changelog> </subsection> <subsection name="Webapps"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]