[jboss-cvs] jboss-profiler/java/config/jboss ...

Takuro Okada t2-okada at nri.co.jp
Mon Mar 5 21:22:18 EST 2007


  User: tokada  
  Date: 07/03/05 21:22:18

  Modified:    java/config/jboss  Tag: JBossProfiler_Expansion
                        jboss-service.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +6 -2      jboss-profiler/java/config/jboss/Attic/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/config/jboss/Attic/jboss-service.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- jboss-service.xml	27 Feb 2007 06:04:48 -0000	1.1.2.2
  +++ jboss-service.xml	6 Mar 2007 02:22:18 -0000	1.1.2.3
  @@ -1,11 +1,15 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   <server>
     
       <!-- ##### JBoss Profiler : Agent ##### -->
       <mbean code="org.jboss.profiler.exp.agent.DefaultProfilerService" name="jboss.profiler:service=ProfilerService">
  +        
  +        <!-- Whether logs is stored. -->
  +        <attribute name="Storable">false</attribute>
  +        
           <!-- Writes log file to /log directory of the JBoss AS. -->
           <attribute name="PersistorName">org.jboss.profiler.exp.agent.persistor.XmlMetricPersistor</attribute>
  -        <attribute name="Storable">false</attribute>
  +        
           <!-- A period to persist metrics data. [minutes] -->
           <attribute name="PersistentPeriod">60</attribute>
       </mbean>
  
  
  



More information about the jboss-cvs-commits mailing list