All Downloads are FREE. Search and download functionalities are using the official Maven repository.

subsystem-templates.jmx.xml Maven / Gradle / Ivy

There is a newer version: 26.0.0.Beta4
Show newest version
<?xml version='1.0' encoding='UTF-8'?>
<!--  See src/resources/configuration/ReadMe.txt for how the configuration assembly works -->
<config default-supplement="default">
   <extension-module>org.jboss.as.jmx</extension-module>
   <subsystem xmlns="urn:jboss:domain:jmx:1.3">
       <expose-resolved-model/>
       <expose-expression-model/>
       <?REMOTING-CONNECTOR?>
   </subsystem>
   <supplement name="default">
      <replacement placeholder="REMOTING-CONNECTOR">
         <remoting-connector/>
      </replacement>
   </supplement>
   <supplement name="no-remote-connector">   
   </supplement>   
   <supplement name="domain">
      <replacement placeholder="REMOTING-CONNECTOR">
         <!--<remoting-connector use-management-endpoint="false"/>-->
      </replacement>   
   </supplement>
   
</config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy