Sha256: becc2ef5cc7d82d2b8e8fb7f9b419e62e2f8c11e513cc66a3338505bb7e3cefe

Contents?: true

Size: 1.98 KB

Versions: 16

Compression:

Stored size: 1.98 KB

Contents

<?xml version='1.0' encoding='UTF-8'?>

<!--
   A simple configuration for a Host Controller that only acts as the master domain controller
   and does not itself directly control any servers.
-->
<host name="master" xmlns="urn:jboss:domain:1.4">

    <management>
        <security-realms>
            <security-realm name="ManagementRealm">
                <authentication>
                    <local default-user="$local" />
                    <properties path="mgmt-users.properties" relative-to="jboss.domain.config.dir"/>
                </authentication>
            </security-realm>
            <security-realm name="ApplicationRealm">
                <authentication>
                     <local default-user="$local" allowed-users="*" />
                     <properties path="application-users.properties" relative-to="jboss.domain.config.dir" />
                </authentication>
                <authorization>
                    <properties path="application-roles.properties" relative-to="jboss.domain.config.dir"/>
                </authorization>
            </security-realm>
        </security-realms>
        <management-interfaces>
            <native-interface>
                <socket interface="management" port="${jboss.management.native.port:9999}"/>
            </native-interface>
            <http-interface>
                <socket interface="management" port="${jboss.management.http.port:9990}"/>
            </http-interface>
        </management-interfaces>
    </management>

    <domain-controller>
       <local/>
    </domain-controller>

    <interfaces>
        <interface name="management">
            <inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
        </interface>
    </interfaces>

    <jvms>
   	   <jvm name="default">
            <heap size="64m" max-size="256m"/>
            <permgen size="256m" max-size="256m"/>
              <jvm-options>
                  <option value="-server"/>
              </jvm-options>
         </jvm>
   	</jvms>

</host>

Version data entries

16 entries across 8 versions & 1 rubygems

Version Path
torquebox-server-3.2.0-java jboss/domain/configuration/host-master.xml
torquebox-server-3.2.0-java jboss/domain/configuration/host-master-slim.xml
torquebox-server-3.1.2-java jboss/domain/configuration/host-master.xml
torquebox-server-3.1.2-java jboss/domain/configuration/host-master-slim.xml
torquebox-server-3.1.1-java jboss/domain/configuration/host-master-slim.xml
torquebox-server-3.1.1-java jboss/domain/configuration/host-master.xml
torquebox-server-3.1.0-java jboss/domain/configuration/host-master-slim.xml
torquebox-server-3.1.0-java jboss/domain/configuration/host-master.xml
torquebox-server-3.0.2-java jboss/domain/configuration/host-master.xml
torquebox-server-3.0.2-java jboss/domain/configuration/host-master-slim.xml
torquebox-server-3.0.1-java jboss/domain/configuration/host-master.xml
torquebox-server-3.0.1-java jboss/domain/configuration/host-master-slim.xml
torquebox-server-3.0.0-java jboss/domain/configuration/host-master-slim.xml
torquebox-server-3.0.0-java jboss/domain/configuration/host-master.xml
torquebox-server-3.0.0.beta2-java jboss/domain/configuration/host-master-slim.xml
torquebox-server-3.0.0.beta2-java jboss/domain/configuration/host-master.xml