jstrachan    2003/10/28 21:09:42

  Modified:    modules/core/src/conf boot-service.xml
  Log:
  Enabled the JMX RMI connector by default so that Geronimo is introspectable 
by any JMX tool.

We should switch this over to JSR 160 ASAP and use that instead
  
  Revision  Changes    Path
  1.17      +1 -3      incubator-geronimo/modules/core/src/conf/boot-service.xml
  
  Index: boot-service.xml
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/core/src/conf/boot-service.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- boot-service.xml  22 Oct 2003 02:27:45 -0000      1.16
  +++ boot-service.xml  29 Oct 2003 05:09:42 -0000      1.17
  @@ -22,13 +22,11 @@
       -->
   
       <!-- RMI adaptor to support MX4J -->
  -    <!--
       <mbean code="mx4j.tools.naming.NamingService" 
name="Naming:type=rmiregistry">
       </mbean>
       <mbean code="mx4j.adaptor.rmi.jrmp.JRMPAdaptor" 
name="Adaptor:protocol=JRMP">
           <attribute name="JNDIName">jrmp</attribute>
       </mbean>
  -    -->
       <mbean 
code="org.apache.geronimo.kernel.deployment.scanner.DeploymentScanner"
           name="geronimo.deployment:role=DeploymentScanner">
           <constructor>
  
  
  

Reply via email to