User: simone  
  Date: 00/12/18 02:19:14

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Added (default to false) a parameter to ContainerFactory MBean that allows JMS bean 
cache monitoring.
  Added (remarked) a new MBean that allows JMX bean cache monitoring.
  
  Revision  Changes    Path
  1.9       +6 -1      jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jboss.jcml        2000/12/12 21:58:13     1.8
  +++ jboss.jcml        2000/12/18 10:19:14     1.9
  @@ -101,6 +101,7 @@
       <attribute name="VerifyDeployments">true</attribute>
       <attribute name="MetricsEnabled">false</attribute>
       <attribute name="VerifierVerbose">true</attribute>
  +    <attribute name="BeanCacheJMSMonitoringEnabled">false</attribute>
     </mbean>
   
     <!-- Uncomment to add embedded tomcat service  
  @@ -137,7 +138,11 @@
       <attribute name="Parser" />
       <attribute name="Port">8082</attribute>
     </mbean>
  -  
  +
  +  <!-- Uncomment to enable JMX monitoring of the bean cache  
  +  <mbean code="org.jboss.monitor.BeanCacheMonitor" 
name="Monitor:name=BeanCacheMonitor"/>
  +  -->
  +
     <!-- Add your custom MBeans here -->
     
   </server>
  
  
  

Reply via email to