https://issues.apache.org/bugzilla/show_bug.cgi?id=47918 Summary: Wrong description in
o.a.c.startup.mbeans-desriptors.xml for the HostConfig
operations
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Keywords: PatchAvailable
Severity: normal
Priority: P2
Component: Catalina
AssignedTo:
dev@...
ReportedBy:
uwe@...
CC:
uwe@...
Created an attachment (id=24324)
--> (
https://issues.apache.org/bugzilla/attachment.cgi?id=24324)
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
--
Configure bugmail:
https://issues.apache.org/bugzilla/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@...
For additional commands, e-mail:
dev-help@...