Bug 50310 - Manager detailed status page does not display servlets
Summary: Manager detailed status page does not display servlets
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Manager (show other bugs)
Version: 7.0.4
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-21 21:08 UTC by Konstantin Kolinko
Modified: 2010-11-22 06:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Kolinko 2010-11-21 21:08:35 UTC
To reproduce:
1. Login to the Manager webapp
2. Click "Server Status" and then "Complete Server Status" links.



In TC6 the "Complete Server Status" page lists servlets for each deployed application.

In the current TC7 it does not list them. Only summary information on each webapp is displayed.


Looking at the StatusManagerServlet and StatusTransformer classes, the code to iterate over servlets is still there, but probably the JMX names have changed and are not working any more.
Comment 1 Mark Thomas 2010-11-22 06:50:29 UTC
Fixed in 7.0.x and will be included in 7.0.5 onwards.