remm        2002/10/17 02:27:59

  Modified:    src/wrappers/catalina server.xml
  Added:       src/wrappers/catalina slide-descriptors.xml
  Log:
  - Fix TC 4.1.x compatibility.
  
  Revision  Changes    Path
  1.15      +1 -1      jakarta-slide/src/wrappers/catalina/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/wrappers/catalina/server.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- server.xml        11 Jul 2002 16:39:29 -0000      1.14
  +++ server.xml        17 Oct 2002 09:27:58 -0000      1.15
  @@ -41,7 +41,7 @@
   
     <!-- JMX features of Tomcat 4 -->
     <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
  -                debug="0"/>
  +          descriptors="/wrappers/catalina/slide-descriptors.xml" debug="0"/>
     <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
                   debug="0"/>
     <!-- Slide domain controller -->
  
  
  
  1.1                  jakarta-slide/src/wrappers/catalina/slide-descriptors.xml
  
  Index: slide-descriptors.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE mbeans-descriptors PUBLIC
   "-//Apache Software Foundation//DTD Model MBeans Configuration File"
   "http://jakarta.apache.org/commons/dtds/mbeans-descriptors.dtd";>
  
  <!--
       Descriptions of JMX MBeans for Catalina
  
       $Id: slide-descriptors.xml,v 1.1 2002/10/17 09:27:58 remm Exp $
   -->
  
  <mbeans-descriptors>
  
    <mbean         name="SlideHostConfig"
              className="org.apache.catalina.mbeans.ClassNameMBean"
            description="Startup event listener for a Host that configures the
                         properties of that Host, and the associated defined
                         contexts"
                 domain="Catalina"
                  group="Listener"
                   type="wrappers.catalina.SlideHostConfig">
  
      <attribute   name="className"
            description="Fully qualified class name of the managed object"
                   type="java.lang.String"
              writeable="false"/>
  
      <attribute   name="configClass"
            description="The Java class name of the Context configuration class we
                          should use"
                   type="java.lang.String"/>
  
      <attribute   name="contextClass"
            description="The Java class name of the Context implementation we
                         should use"
                   type="java.lang.String"/>
  
      <attribute   name="debug"
            description="The debugging detail level for this component"
                   type="int"/>
  
    </mbean>
  
  
    <mbean         name="SlideServerListener"
              className="org.apache.catalina.mbeans.ClassNameMBean"
            description="Slide server lifecycle"
                 domain="Catalina"
                  group="Listener"
                   type="wrappers.catalina.SlideServerListener">
  
      <attribute   name="className"
            description="Fully qualified class name of the managed object"
                   type="java.lang.String"
              writeable="false"/>
  
      <attribute   name="debug"
            description="The debugging detail level for this component"
                   type="int"/>
  
    </mbean>
  
    <mbean         name="SlideRealm"
              className="org.apache.catalina.mbeans.ClassNameMBean"
            description="Slide realm"
                 domain="Catalina"
                  group="Realm"
                   type="wrappers.catalina.SlideRealm">
  
      <attribute   name="className"
            description="Fully qualified class name of the managed object"
                   type="java.lang.String"
              writeable="false"/>
  
      <attribute   name="debug"
            description="The debugging detail level for this component"
                   type="int"/>
  
    </mbean>
  
  </mbeans-descriptors>
  
  
  

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

Reply via email to