Bug 51443

Summary: Cluster manager documentation gives invalid attribute name
Product: Tomcat 6 Reporter: Dmitry Mikhaylov <mikhailov.dmitry>
Component: DocumentationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P2    
Version: 6.0.32   
Target Milestone: default   
Hardware: PC   
OS: Linux   

Description Dmitry Mikhaylov 2011-06-28 09:21:43 UTC
http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-manager.html#Common_Attributes talks about notifyListenersOnReplication, it must be notifySessionListenersOnReplication.
Comment 1 Mark Thomas 2011-06-28 19:35:53 UTC
Both of those attributes are valid but they have different purposes (at least in 7.0.x).

I have fixed the docs for 7.0.x and the update will be included in 7.0.17 onwards.

I'll look at 6.0.x next.
Comment 2 Mark Thomas 2011-06-28 23:16:22 UTC
Yep, same for 6.0.x.

Docs updated and will be included in 6.0.33 onwards.
Comment 3 Dmitry Mikhaylov 2011-06-29 10:11:33 UTC
Thanks a lot!