Am not sure but if you see the web.xml file in jmx-console.war folder you can 
find each jsp is assigned with a servlet name.
And all this servlets are being displayed in the jboss.management.local domain. 
  
  
ex:
  
  | <servlet>
  |       <servlet-name>DisplayMBeans</servlet-name>
  |       <jsp-file>/displayMBeans.jsp</jsp-file>
  |    </servlet>
  |    <servlet>
  |       <servlet-name>InspectMBean</servlet-name>
  |       <jsp-file>/inspectMBean.jsp</jsp-file>
  |    </servlet>
  |    <servlet>
  |       <servlet-name>DisplayOpResult</servlet-name>
  |       <jsp-file>/displayOpResult.jsp</jsp-file>
  |    </servlet>
  | 
  | 
  | 

  But  if you copy any new jsp file in this folder , there will be no MBean is 
being created for the jsp file.

   Thats why am also interested in this..topic..   

   

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863064#3863064

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863064


-------------------------------------------------------
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

Reply via email to