User: jules_gosnell
  Date: 01/11/26 15:39:23

  Modified:    jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  sort out DebugMBean
  lose some dead code
  
  Revision  Changes    Path
  1.4       +7 -3      
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jboss-service.xml 2001/11/25 14:52:51     1.3
  +++ jboss-service.xml 2001/11/26 23:39:22     1.4
  @@ -3,7 +3,7 @@
   <server>
   
   <!--
  -  <classpath archives="tools.jar, javax.servlet.jar, org.apache.jasper.jar"/>
  + I think the entire set of J2EE APIs should be listed here.... - TODO
    -->
   
     <classpath archives="javax.servlet.jar, org.apache.jasper.jar"/>
  @@ -13,12 +13,12 @@
     <!-- ==================================================================== -->
   
     <!--
  -     | Uncomment to enable the Jetty service.
        |
  -     | Besure to check that the configuration values are valid for your
  +     | Be sure to check that the configuration values are valid for your
        | environment.
        |
      -->
  +
     <mbean code="org.jboss.jetty.JettyService"
         name="JBOSS-SYSTEM:service=Jetty">
       <attribute name="JettyHome">dummy</attribute>
  @@ -26,6 +26,10 @@
       <attribute name="WebDefault">../conf/default/webdefault.xml</attribute>
       <attribute name="UnpackWars">true</attribute>
       <attribute name="PublishMBeans">true</attribute>
  +  </mbean>
  +
  +  <mbean code="org.mortbay.jetty.jmx.DebugMBean"
  +      name="Jetty:Jetty=Debug">
     </mbean>
   
   </server>
  
  
  

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

Reply via email to