1.1.17.4. fejezet, Konfiguráció

Alkalmazások elérése több interface-en:

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

Redirect to https

        <subsystem xmlns="urn:jboss:domain:undertow:4.0">
...
            <server name="default-server">
...
                <host name="default-host" alias="localhost">
...
                    <filter-ref name="http-to-https" predicate="equals(%p,8080)"/>
...
                </host>
            </server>
...
            <filters>
...
                <rewrite name="http-to-https" redirect="true" target="https://exprog.hu:8443%U"/>
            </filters>
        </subsystem>