User: schaefera
  Date: 01/11/20 20:50:53

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
  Added a Node to JSR-77 implementation and added the mbean example to
  jboss-service.xml to test it.
  
  Revision  Changes    Path
  1.15      +9 -1      jboss/src/etc/conf/default/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jboss-service.xml 2001/11/19 06:58:56     1.14
  +++ jboss-service.xml 2001/11/21 04:50:53     1.15
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jboss-service.xml,v 1.14 2001/11/19 06:58:56 d_jencks Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.15 2001/11/21 04:50:53 schaefera Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -69,6 +69,14 @@
       <attribute name="Port">8083</attribute>
       <!-- Should resources and non-EJB classes be downloadable -->
       <attribute name="DownloadServerClasses">true</attribute>
  +  </mbean>
  +
  +  <!-- ==================================================================== -->
  +  <!-- JSR-77 Single JBoss Server Management Domain                         -->
  +  <!-- ==================================================================== -->
  +
  +  <mbean code="org.jboss.management.j2ee.SingleJBossServerManagement"
  +      name="SingleJBoss:type=J2EEManagement,name=Manager" >
     </mbean>
   
     <!-- ==================================================================== -->
  
  
  

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

Reply via email to