User: schaefera
  Date: 01/09/11 18:49:06

  Modified:    src/main/org/jboss/jmx/META-INF jboss-service.xml
  Log:
  Repackaged the JMX Connector and Adaptor for JBoss. I also added
  a new EJB-Adaptor and EJB-Connector. The adaptor allows a secured
  access to a local/remote JMX Server and the EJB-Connector makes
  this transparent for any Java client.
  
  Revision  Changes    Path
  1.3       +20 -23    jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jboss-service.xml 2001/09/11 02:46:57     1.2
  +++ jboss-service.xml 2001/09/12 01:49:06     1.3
  @@ -1,23 +1,20 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -
  -<!-- EXAMPLE META-INF/jboss-service.xml file for the connector stuff in deploy/lib
  -     No classpath is specified here as it points to the same jsr file
  -     You can nevertheless specify a URL classpath that points outside the jar
  -     -->
  -
  -<server>
  -
  -  <depends>JBOSS-SYSTEM:service=Naming</depends>
  -
  -  <mbean code="org.jboss.jmx.server.JMXAdaptorService"
  -      name="JMX:name=Adaptor,type=RMI"/>
  -
  -  <mbean code="org.jboss.jmx.server.RMIConnectorService" 
  -      name="JMX:name=Connector,type=RMI"/>
  -
  -  <mbean code="com.sun.jdmk.comm.HtmlAdaptorServer" name="Adaptor:name=html">
  -    <attribute name="MaxActiveClientCount">10</attribute>
  -    <attribute name="Parser" />
  -    <attribute name="Port">8082</attribute>
  -  </mbean>
  -</server>
  \ No newline at end of file
  +<?xml version="1.0" encoding="UTF-8"?>
  +
  +<!-- EXAMPLE META-INF/jboss-service.xml file for the connector stuff in deploy/lib
  +     No classpath is specified here as it points to the same jsr file
  +     You can nevertheless specify a URL classpath that points outside the jar
  +     -->
  +
  +<server>
  +
  +  <depends>JBOSS-SYSTEM:service=Naming</depends>
  +
  +  <mbean code="org.jboss.jmx.server.JMXAdaptorService"
  +      name="JMX:name=Adaptor,type=RMI"/>
  +
  +  <mbean code="com.sun.jdmk.comm.HtmlAdaptorServer" name="Adaptor:name=html">
  +    <attribute name="MaxActiveClientCount">10</attribute>
  +    <attribute name="Parser" />
  +    <attribute name="Port">8082</attribute>
  +  </mbean>
  +</server>
  
  
  

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

Reply via email to