User: jules_gosnell
  Date: 01/11/27 17:22:25

  Modified:    jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  messing around with DebugMBean stuff
  trying to get jetty.xml read out of jetty-plugin.sar
  ...
  
  Revision  Changes    Path
  1.5       +6 -1      
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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jboss-service.xml 2001/11/26 23:39:22     1.4
  +++ jboss-service.xml 2001/11/28 01:22:25     1.5
  @@ -22,14 +22,19 @@
     <mbean code="org.jboss.jetty.JettyService"
         name="JBOSS-SYSTEM:service=Jetty">
       <attribute name="JettyHome">dummy</attribute>
  +<!--
  +    <attribute name="Configuration">jetty.xml</attribute>
  + -->
       <attribute name="Configuration">../conf/default/jetty.xml</attribute>
       <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">
  +      name="Jetty:Jetty=Debug2">
     </mbean>
   
   </server>
  
  
  

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

Reply via email to