Created attachment 24324 [details] Patch for Tomcat 7 trunk I just came across this one yesterday while exploring how the whole deployment process works. The the following mbean operations for the mbean HostConfig in o.a.c.startup.mbeans-desriptors.xml have all the same description "Add a web application name to the serviced list": addServiced, isServiced, removeServiced This just looks ugly if somebody tries to discover the mbeans with for example jconsole. This bug is filed for Tomcate 7 but I have seen this in the lastes Tomcat 6 branch as well. addServiced: Add a web application to the serviced list to show it gets serviced by another component isServiced: Is a web application serviced by another component removeServiced: Remove a web application from the serviced list to show it isn't serviced by another component Patch is attached. I have done it with: svn diff -x -u java\org\apache\catalina\startup\mbeans-descriptors.xml > java.org.apache.catalina.startup.mbeans-descriptors.xml under Windows. -- Kind Regards Uwe Günther
Fixed in trunk and proposed for 6.0.x Thanks for the patch.
This has been fixed in 6.0.x and will be included in 6.0.21 onwards.