Diripu Hi, It seems that the simple cases work like you have described, but as soon as the web.xml file gets more complex, the JSPs are not monitored. Take a look at what happens when you deploy JBoss Duke's bank application (the J2EE example application). In this case you will get only one MBean "jsp" which reports statistics for all JSPs - which means you can't get information for a specific JSP. The web.xml here declars its JSP using a jsp-property-group.
As for jsps that will be added to a directory - you are correct. No MBeans will be added. Still waiting for an answer from one of the JBoss team... This looks to me a major issue for anyone that deals with management. Yaron. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863143#3863143 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863143 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
