User: schaefera
  Date: 01/06/04 15:55:12

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Adjusted the Server Data Collector to work with the Container-MBeans to
  get its management information.
  
  Revision  Changes    Path
  1.36      +7 -5      jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- jboss.jcml        2001/05/22 22:18:20     1.35
  +++ jboss.jcml        2001/06/04 22:55:12     1.36
  @@ -136,6 +136,13 @@
     </mbean>
   
     <!-- ==================================================================== -->
  +  <!-- JBoss Server Management                                              -->
  +  <!-- ==================================================================== -->
  +  <mbean code="org.jboss.mgt.ServerDataCollector" 
name="Management:service=Collector">
  +    <attribute name="RefreshSleep">5000</attribute>
  +  </mbean>
  +
  +  <!-- ==================================================================== -->
     <!-- J2EE deployment                                                      -->
     <!-- ==================================================================== -->
   
  @@ -403,11 +410,6 @@
       <attribute name="User">user_id</attribute>
       <attribute name="Password">password</attribute>
     </mbean>
  -
  -  <!-- ==================================================================== -->
  -  <!-- JBoss Server Management                                              -->
  -  <!-- ==================================================================== -->
  -  <mbean code="org.jboss.mgt.ServerDataCollector" 
name="Management:service=Collector"/>
   
     <!-- ==================================================================== -->
     <!-- Uncomment to enable JMX monitoring of the bean cache
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to