proyal      2003/03/16 19:47:22

  Modified:    src/conf kernel.xml
  Log:
  Add InstrumentManager to kernel (noop by default)
  
  Revision  Changes    Path
  1.28      +22 -0     avalon-phoenix/src/conf/kernel.xml
  
  Index: kernel.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/conf/kernel.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- kernel.xml        1 Mar 2003 09:58:57 -0000       1.27
  +++ kernel.xml        17 Mar 2003 03:47:21 -0000      1.28
  @@ -147,6 +147,28 @@
               
class="org.apache.avalon.phoenix.components.monitor.DefaultDeploymentMonitor"
               logger="monitor"/>
   
  +        <component
  +            class="org.apache.excalibur.instrument.manager.NoopInstrumentManager"
  +            logger="instrument"/>
   
  +<!--
  +        Use the DefaultInstrumentManager when you want to enable instrumentation of 
Phoenix and
  +        hosted applications
  +
  +        You may also want to add:
  +            <!ENTITY % instrumentables.xml SYSTEM "instrumentables.xml">
  +        to the top of the kernel (before the phoenix tag) to store instrumentable 
configuration
  +        in a separate document
  +        <component role="org.apache.excalibur.instrument.InstrumentManager"
  +            class="org.apache.excalibur.instrument.manager.DefaultInstrumentManager"
  +            logger="instrument">
  +                <name>phoenix</name>
  +                <description>Apache Avalon Phoenix</description>
  +                <connectors>
  +                    <connector class="altrmi"/>
  +                </connectors>
  +                &instrumentables;
  +        </component>
  +        -->
       </embeddor>
   </phoenix>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to